Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.github/workflows/build.yml: Install python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 8, 2022
1 parent ffed245 commit e3be906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Prepare
id: prepare
run: |
# Install test tools
apt-get install -y git python3-venv
# Reuse built SAGE_LOCAL contained in the Docker image
./bootstrap
./configure --enable-build-as-root --prefix=/sage/local --with-sage-venv --enable-editable --enable-download-from-upstream-url
# Install test tools
apt-get install -y git
- name: Build and test modularized distributions
if: always() && steps.prepare.outcome == 'success'
Expand Down

0 comments on commit e3be906

Please sign in to comment.