Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Sep 24, 2022
1 parent 9b9e9c5 commit bfa3267
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
- uses: Swatinem/rust-cache@v1

- name: Enable manylinux Python targets
run: echo "/opt/python/cp37-abi3/bin" >> $GITHUB_PATH
run: |
echo $(ls /opt/python/cp37-abi3/bin)
echo $(ls /opt/python/)
echo "/opt/python/cp37-abi3/bin" >> $GITHUB_PATH
- name: Build and install deltalake
run: |
Expand Down

0 comments on commit bfa3267

Please sign in to comment.