diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 237c69c..e7b79b9 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -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' - \ No newline at end of file +