Skip to content

Commit

Permalink
added pixi list to CI to debug pytest problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Mar 22, 2024
1 parent 02018c9 commit 32f6f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.5.1
- name: Setup older Python versions
run: pixi add python=${{ matrix.python-version }}
- name: Make sure pytest is installed correctly for the current Python version
run: pixi add pytest
run: |
pixi add python=${{ matrix.python-version }}
pixi list
- name: Run Tests
run: pixi run test

Expand Down

0 comments on commit 32f6f0d

Please sign in to comment.