Skip to content

Commit

Permalink
Fix actions to build IB wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed May 7, 2024
1 parent 0cf8414 commit bc67759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_dhib_env.txt
python3 dhib_env ibwhl --ib-version ${{ env.IB_VERSION }}
python3 dhib_env.py ibwhl --ib-version ${{ env.IB_VERSION }}
find . -name \*.whl
- name: Archive build artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bc67759

Please sign in to comment.