Skip to content

Commit

Permalink
Try with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 12, 2024
1 parent 6604e41 commit 58823c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest
- name: Convert notebook to profiling script
run: python convert.py imviz-profile.pynb imviz-profile.py
working-directory: automated
working-directory: ./automated
- name: Run profiling script
run: pytest imviz-profile.py
working-directory: automated
working-directory: ./automated

0 comments on commit 58823c1

Please sign in to comment.