Skip to content

Commit

Permalink
show env [cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 11, 2024
1 parent 05adafe commit 38cf9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
cache: "pip"
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Print env
run: |
echo "$PATH"
ls "$HOME/.cargo"
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 38cf9d5

Please sign in to comment.