Skip to content

Commit bb7c88c

Browse files
committed
do not run instance tests on 2.7 workflow
1 parent 43c23ef commit bb7c88c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ jobs:
8080
run: |
8181
make github-summary >> $GITHUB_STEP_SUMMARY
8282
83+
# This is more like a watchdog to know if the library still works with
84+
# python 2 or not. Not that it really matters
8385
python2:
84-
name: test (2.7)
86+
name: Unit tests (2.7)
8587
runs-on: ubuntu-latest
8688
steps:
8789
- uses: actions/checkout@v3
@@ -97,7 +99,3 @@ jobs:
9799
run: make lint
98100
- name: test
99101
run: make test
100-
- name: test update
101-
run: |
102-
# allowed to fail for test runs
103-
make test-update T_FLAGS+='-n 10' || true

0 commit comments

Comments
 (0)