Skip to content

Commit

Permalink
update test release to install requirements before
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Aug 9, 2024
1 parent 4717d4e commit 0577da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:

- name: Install dependencies
run: |
pip install -r tests/requirements.txt
pip install jsonschema
pip install -i https://test.pypi.org/simple/ hololinked==0.2.2
pip install -i 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 0577da1

Please sign in to comment.