Skip to content

Commit

Permalink
Install with sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 2, 2024
1 parent 7aab285 commit afee622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Using a different Python
run: |
# apt update ???
apt install -y python3.10 python3.10-venv python3-virtualenv
sudo apt install -y python3.10 python3.10-venv python3-virtualenv
cd /fades
export TEST_PYTHON_VERSION=3.10
python${{ matrix.python-version }} bin/fades -v --python=python3.10 -d pytest -x pytest -v tests/integtest.py

0 comments on commit afee622

Please sign in to comment.