Skip to content

Commit

Permalink
remove running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
srosenbu committed Jan 24, 2024
1 parent 3257529 commit c5ef481
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
shell: bash -l {0}
run: |
pytest
- name: execute example scripts
shell: bash -l {0}
run: |
for file in docs/examples/*.py
do
python $file
done
#- name: execute example scripts
# shell: bash -l {0}
# run: |
# for file in docs/examples/*.py
# do
# python $file
# done


0 comments on commit c5ef481

Please sign in to comment.