Skip to content

Commit

Permalink
github/ci: entire environment needs to be built up again, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 13, 2024
1 parent 96a594d commit 78f7518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
if: runner.os == 'macos'
run: |
brew update
brew install pybind11 virtualenv
brew install autoconf automake pybind11 virtualenv
- name: Setup environment (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install -y --no-install-recommends pybind11-dev virtualenv python3-dev
sudo apt-get install -y --no-install-recommends build-essential pybind11-dev virtualenv python3-dev
- name: bind
run: |
Expand Down

0 comments on commit 78f7518

Please sign in to comment.