Skip to content

Commit

Permalink
Update linux-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDzzzzzZyq authored Sep 4, 2024
1 parent 7621477 commit d0bd898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Test with pytest
run: |
conda install pytest
pytest
pytest

0 comments on commit d0bd898

Please sign in to comment.