Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsinaruto committed Mar 28, 2023
1 parent c7eb5e2 commit b716dd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Get data
run: |
cp -r /well/woolrich/users/yaq921/MEG-transfer-decoding/data data
- name: module tests
run: |
pytest module_tests/*
- name: Get data
run: |
cp -r /well/woolrich/users/yaq921/MEG-transfer-decoding/data data
- name: args_lda_pca_fe_multiclass
run: |
cp examples/args_lda_pca_fe_multiclass.py args.py
Expand Down

0 comments on commit b716dd5

Please sign in to comment.