Skip to content

Commit

Permalink
Fix python version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Feb 13, 2024
1 parent 9defed0 commit 7bfb9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Enable experimental faster sys.monitoring coverage for Python 3.12
- name: Set COVERAGE_CORE=sysmon
run: echo "COVERAGE_CORE=sysmon" >> $GITHUB_ENV
if: matrix.python-version == 3.12
if: matrix.python-version == "3.12-dev"
- name: Run Tests
run: |
set -x
Expand Down

0 comments on commit 7bfb9a5

Please sign in to comment.