Skip to content

Commit 7475104

Browse files
committed
new attempt
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 38034ae commit 7475104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
python-version: ["3.9"]
1818

1919
steps:
20-
- uses: "actions/checkout@v2"
21-
- uses: "actions/setup-python@v2"
20+
- uses: "actions/checkout@v4"
21+
- uses: "actions/setup-python@v5"
2222
with:
23-
python-version: "${{ matrix.python-version }}"
23+
python-version: '3.9'
2424
- name: Install dependencies
2525
run: |
2626
export PIP_NO_BUILD_ISOLATION=1

0 commit comments

Comments
 (0)