Skip to content

Commit

Permalink
debug windows CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Dec 12, 2024
1 parent 0d1e09b commit dc7595d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ runs:
- name: Install playwright
shell: bash -el {0}
run: playwright install
run: |
ls -la "${CONDA_PREFIX}/bin"
python -m playwright --help
playwright install
- name: Install ragna
shell: bash -el {0}
Expand Down

0 comments on commit dc7595d

Please sign in to comment.