Skip to content

Commit

Permalink
Update test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV authored Aug 9, 2024
1 parent 37490d9 commit 207c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
pip install jsonschema
pip install -i https://test.pypi.org/simple/ --upgrade hololinked
pip install -i --upgrade --upgrade-strategy eager https://test.pypi.org/simple/ hololinked
- name: Run unit tests to verify if the release to TestPyPI is working
run: |
Expand Down

0 comments on commit 207c816

Please sign in to comment.