Skip to content

Commit 7944a7a

Browse files
authored
Update python-app.yml
1 parent 07aef8b commit 7944a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest
32-
pip install .[iontof]
32+
pip install .
33+
# pip install .[iontof]
3334
- name: Lint with flake8
3435
run: |
3536
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)