Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/bind-dev' into bind-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 13, 2024
2 parents 2146fb6 + 5f5348f commit 1bf79b8
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 @@ -32,8 +32,8 @@ jobs:

- name: Setup python virtual environment
run: |
virtualenv liquid
source liquid/bin/activate
python3 -m venv /tmp/liquid
source /tmp/liquid/bin/activate
pip install pybind11 numpy matplotlib
- name: bootstrap
Expand Down

0 comments on commit 1bf79b8

Please sign in to comment.