diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 403434f..3eea9a2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -82,6 +82,7 @@ jobs: - name: Test install from TestPyPI run: | + pip install --upgrade pip pip install \ --index-url https://test.pypi.org/simple/ \ --extra-index-url https://pypi.org/simple \