diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 7961c8b..42e32c1 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -38,6 +38,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: + python-version: '3.x' cache: 'pip' - name: Install tools needed