We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3895b commit 0f94133Copy full SHA for 0f94133
1 file changed
.github/workflows/pythonpackage.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Bash Command Lines for GitHub Actions
23
uses: jdickey/[email protected]
24
with:
25
- args: ["apt-get install gcc python-dev -y"]
+ args: apt-get install gcc python-dev -y
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
0 commit comments