Skip to content

Commit 0f94133

Browse files
authored
More fixing
Trying to making sense of the params to Bash command lines
1 parent 4b3895b commit 0f94133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Bash Command Lines for GitHub Actions
2323
uses: jdickey/[email protected]
2424
with:
25-
args: ["apt-get install gcc python-dev -y"]
25+
args: apt-get install gcc python-dev -y
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)