Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Sep 14, 2023
1 parent c99eecf commit 1e2513b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
name: Build wheels
run: |
python3.9 -c "import venv;venv.create('.venv', with_pip=True, clear=True, symlinks=True)"
ls .venv
ls .venv/bin
.venv/bin/pip install wheel setuptools<58
.venv/bin/pip wheel --wheel_dir="dist/deploy/wheels/3rdparty/869d82edb4e304db87757b153b8221460eedfd78/2.6.1+git869d82ed" psutil==5.8.0 PyYAML<5.5,>=5.4
- name: Deploy wheels to S3
Expand Down

0 comments on commit 1e2513b

Please sign in to comment.