We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecc58c commit 5e93f3cCopy full SHA for 5e93f3c
1 file changed
.github/workflows/install_requirements.yml
@@ -38,7 +38,7 @@
38
- name: Test one and a half
39
run: ls
40
- name: Set up Python
41
- run: apt update && apt install python3 sudo
+ run: apt-get update && apt-get install python3 sudo
42
# uses: actions/setup-python@v4
43
# with:
44
# python-version: '3.10'
0 commit comments