From 37490d95c4cf4267dfe9038b4694e2c5232ad775 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:00:45 +0200 Subject: [PATCH] force install only latest version of package from testpypi --- .github/workflows/test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +