Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 20, 2022
1 parent e6e4f30 commit a3d78ef
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 @@ -78,7 +78,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
# - "3.11"
# - "3.11" # no compatible pysam yet
needs: linting
steps:
- name: Install Python via conda
Expand Down Expand Up @@ -112,8 +112,8 @@ jobs:
- name: Run tests
run: pytest
env:
DIFF_MASTER: ${{ github.event_name == 'pull_request' }}
DIFF_LAST_COMMIT: ${{ github.ref == 'refs/heads/master' }}
DIFF_MAIN: ${{ github.event_name == 'pull_request' }}
DIFF_LAST_COMMIT: ${{ github.ref == 'refs/heads/main' }}
- name: Create text report
run: coverage report
- name: Coveralls
Expand Down

0 comments on commit a3d78ef

Please sign in to comment.