Skip to content

Commit bbc2761

Browse files
committed
Python 3.9
1 parent 20f7ad7 commit bbc2761

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test_containers_singularity.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
21-
python-version: 3.8
21+
python-version: "3.9"
2222

2323
- uses: eWaterCycle/setup-singularity@v7
2424
with:
2525
singularity-version: 3.8.3
2626

27+
- name: Python version
28+
run: |
29+
python --version
30+
2731
- name: Install dependencies
2832
run: |
2933
pip install tridesclous

0 commit comments

Comments
 (0)