Skip to content

Commit

Permalink
Update tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Dec 17, 2024
1 parent c8a56ca commit 73d6bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python }}
- name: Installing dependencies
shell: |
bash -l {0}
Expand All @@ -40,4 +40,4 @@ jobs:
- name: pytest
shell: bash -l {0}
run: |
pytest
pytest

0 comments on commit 73d6bd5

Please sign in to comment.