Skip to content

Commit

Permalink
Deps2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 13, 2023
1 parent 93e8233 commit 2293055
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
python3 -m pip install -U pip setuptools
- name: Installing circtools & Python dependencies
run: |
export SYSTEM_VERSION_COMPAT=1
apt-install libblas-dev libatlas-base-dev liblapack-dev
#export SYSTEM_VERSION_COMPAT=1
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "ubuntu-22.04"]; then
apt-get install libblas-dev libatlas-base-dev liblapack-dev -y
fi
if [ "$RUNNER_OS" == "macOS"]; then
#sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Expand Down

0 comments on commit 2293055

Please sign in to comment.