Skip to content

Commit

Permalink
Merge pull request #160 from ocefpaf/do_not_run_tests_on_publish
Browse files Browse the repository at this point in the history
Do not run tests on artifact publication
  • Loading branch information
ocefpaf authored Nov 12, 2020
2 parents d905de1 + e6f8411 commit 0391c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Test wheels
run: |
cd dist && python -m pip install erddapy*.whl && python -m pytest --pyargs erddapy
cd dist && python -m pip install erddapy*.whl
python -m twine check *
shell: bash

Expand Down

0 comments on commit 0391c3f

Please sign in to comment.