Skip to content

Commit

Permalink
temp: wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 26, 2023
1 parent d446ace commit a00a6c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
cache: pip
cache-dependency-path: 'requirements/*.pip'

- name: "WTF"
run: |
set -xe
python -VV
python -m site
python -m pip install filelock
python -m pip list
- name: "Install dependencies"
run: |
set -xe
Expand Down

0 comments on commit a00a6c5

Please sign in to comment.