Skip to content

Commit

Permalink
We can't test gevent on 3.12 because gevent isn't out yet for 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 29, 2023
1 parent 933d241 commit 7233e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ runs:
steps:
- name: Test gevent concurrency
shell: bash
# Do we need to test this on macOS? At this writing, that's the only platform
# we're testing 3.12 on, and gevent isn't out yet for 3.12.
if: startsWith(runner.os, 'Linux')
run: |
echo "Using coverage? ${{ inputs.useCoverage }}"
echo "::group::gevent concurrency"
Expand Down

0 comments on commit 7233e0b

Please sign in to comment.