Skip to content

Commit

Permalink
Adding missing? wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 10, 2023
1 parent 759298a commit 2df58b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if [ "$RUNNER_OS" == "macOS" ]; then
sudo xcode-select --switch /Library/Developer/CommandLineTools
fi
python3 -m pip install numpy
python3 -m pip install numpy wheel
python3 -m pip install ./
- name: Check if circtools starts
run: |
Expand Down

0 comments on commit 2df58b2

Please sign in to comment.