Skip to content

Commit b0c137e

Browse files
authored
two small fixes
1 parent 8596574 commit b0c137e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/plexon2-testing.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
schedule:
66
- cron: "0 12 * * 0" # weekly at noon UTC on Sundays
77

8-
concurrency: # Cancel previous workflows on the same pull request
9-
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
118

129
jobs:
1310
build-and-test:
@@ -105,7 +102,7 @@ jobs:
105102
- name: Test with pytest
106103
env:
107104
HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path
108-
PLEXON2_TEST: True
105+
PLEXON2_TEST: true
109106
run: |
110107
# only neo.rawio and neo.io
111108
pytest --cov=neo neo/test/rawiotest

0 commit comments

Comments
 (0)