Skip to content

Commit

Permalink
python-is-python3, not python3-is-python
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Sep 20, 2024
1 parent 8e4d30e commit 8404184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
#endGroup
startGroup 'install dependencies'
sudo apt-get -o Acquire::Retries=30 update -q
sudo apt-get -o Acquire::Retries=30 install python3-is-python -y --allow-unauthenticated
sudo apt-get -o Acquire::Retries=30 install python-is-python3 -y --allow-unauthenticated
endGroup
- name: some-early util
uses: coq-community/docker-coq-action@v1
Expand Down

0 comments on commit 8404184

Please sign in to comment.