Skip to content

Commit

Permalink
install pyzmq before poetry in workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwnau committed Apr 7, 2024
1 parent 57ff544 commit 8aa42d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install pyzmq with pip as a workaround
run: pip install pyzmq==24.0.1

- name: Build
run: |
Expand Down

0 comments on commit 8aa42d6

Please sign in to comment.