diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index fe3ab4d..e63e0ee 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -14,9 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: ${{matrix.CONFIG}} - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory @@ -60,4 +60,4 @@ jobs: - name: Test with pytest run: | conda install pytest - pytest \ No newline at end of file + pytest