Skip to content

Commit

Permalink
Update test-py6s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Aug 4, 2024
1 parent f1195c4 commit e8890ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-py6s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: py6s-test
miniconda-version: "latest"
- name: Install conda dependencies
shell: bash -l {0}
run: |
Expand All @@ -37,4 +38,4 @@ jobs:
run: coverage report
- uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
file: ./coverage.xml

0 comments on commit e8890ed

Please sign in to comment.