Skip to content

Commit da189fe

Browse files
committed
correct python version
1 parent bbc2761 commit da189fe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_containers_singularity.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
# "macos-latest", "windows-latest"
1717
os: ["ubuntu-latest", ]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
20+
21+
- uses: actions/setup-python@v4
2022
with:
21-
python-version: "3.9"
23+
python-version: '3.9'
2224

2325
- uses: eWaterCycle/setup-singularity@v7
2426
with:

0 commit comments

Comments
 (0)