Skip to content

Commit

Permalink
do not run instance tests on 2.7 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eskerda committed Sep 26, 2024
1 parent 43c23ef commit 0e87e9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
run: |
make github-summary >> $GITHUB_STEP_SUMMARY
# This is more like a watchdog to know if the library still works with
# python 2 or not. Not that it really matters
python2:
name: test (2.7)
runs-on: ubuntu-latest
Expand All @@ -97,7 +99,3 @@ jobs:
run: make lint
- name: test
run: make test
- name: test update
run: |
# allowed to fail for test runs
make test-update T_FLAGS+='-n 10' || true

0 comments on commit 0e87e9b

Please sign in to comment.