Skip to content

Commit 2055f57

Browse files
committed
attempt to fix ci syntax error
1 parent 1a4f3f7 commit 2055f57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
4343
- name: Run pytest
4444
run: |
45-
pytest tests/
45+
pytest tests
4646
4747
- name: Install & test NeuroMLlite
4848
run: |
49-
# git clone https://github.com/NeuroML/NeuroMLlite.git
5049
git clone --branch attrs2 https://github.com/davidt0x/NeuroMLlite.git
5150
cd NeuroMLlite
5251
git checkout modelspec # specific branch...

0 commit comments

Comments
 (0)