Skip to content

Commit

Permalink
Merge pull request #32 from VigneshVSV/main
Browse files Browse the repository at this point in the history
update tests  -fix non working
  • Loading branch information
VigneshVSV authored Aug 9, 2024
2 parents f20ffc8 + 0577da1 commit 2ed6936
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:

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

Please sign in to comment.