We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8596574 commit b0c137eCopy full SHA for b0c137e
.github/workflows/plexon2-testing.yml
@@ -5,9 +5,6 @@ on:
5
schedule:
6
- cron: "0 12 * * 0" # weekly at noon UTC on Sundays
7
8
-concurrency: # Cancel previous workflows on the same pull request
9
- group: ${{ github.workflow }}-${{ github.ref }}
10
- cancel-in-progress: true
11
12
jobs:
13
build-and-test:
@@ -105,7 +102,7 @@ jobs:
105
102
- name: Test with pytest
106
103
env:
107
104
HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path
108
- PLEXON2_TEST: True
+ PLEXON2_TEST: true
109
run: |
110
# only neo.rawio and neo.io
111
pytest --cov=neo neo/test/rawiotest
0 commit comments