Skip to content

Commit

Permalink
force install only latest version of package from testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV authored Aug 9, 2024
1 parent c525e87 commit 37490d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: |
pip install jsonschema
pip install -i https://test.pypi.org/simple/ hololinked
pip install -i https://test.pypi.org/simple/ --upgrade hololinked
- name: Run unit tests to verify if the release to TestPyPI is working
run: |
python -m unittest discover -s tests -p 'test_*.py'

0 comments on commit 37490d9

Please sign in to comment.