Skip to content

Commit

Permalink
Use --with-sage-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 1, 2022
1 parent 4f5bcb9 commit 3b0e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
# Reuse built SAGE_LOCAL contained in the Docker image
./bootstrap
./configure --enable-build-as-root --prefix=/sage/local
./configure --enable-build-as-root --prefix=/sage/local --with-sage-venv
- name: Build
run: make build
Expand Down

0 comments on commit 3b0e99f

Please sign in to comment.