Skip to content

Commit

Permalink
trying to use different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Oct 26, 2023
1 parent 9269371 commit 3615a0f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@ jobs:
pixi-version: v0.6.0
cache: true

- run: pixi run testcov
name: run test and generate coverage
- name: Install dependencies
run: |
pixi add python={{ matrix.python-version }}
pixi install
- name: Upload Coverage to Codecov
- name: Run test and generate coverage
run: pixi run testcov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
flags: ${{ runner.os }},${{ matrix.python-version }}
Expand Down

0 comments on commit 3615a0f

Please sign in to comment.