Skip to content

Commit

Permalink
Remove tests from PyPi publish (#120)
Browse files Browse the repository at this point in the history
* Update publish_to_pypi.yml

* Update publish_to_test_pypi.yml
  • Loading branch information
rfrenchseti authored Jan 16, 2024
1 parent 5063e33 commit 3e3a56b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
run: |
python -m pip install -r requirements.txt
- name: Test
run: |
scripts/automated_tests/oops_main_test.sh
- name: Build
run: |
python3 -m pip install --upgrade build && python3 -m build
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
python -m pip install -r requirements.txt
- name: Test
run: |
scripts/automated_tests/oops_main_test.sh
- name: Build
run: |
python3 -m pip install --upgrade build && python3 -m build
Expand Down

0 comments on commit 3e3a56b

Please sign in to comment.