Skip to content

Commit

Permalink
temp: wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 29, 2023
1 parent 10f9d0e commit 6690995
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 platformdirs virtualenv
python -m pip list
- name: "Install dependencies"
run: |
set -xe
Expand Down

0 comments on commit 6690995

Please sign in to comment.