We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f7ad7 commit bbc2761Copy full SHA for bbc2761
1 file changed
.github/workflows/test_containers_singularity.yml
@@ -18,12 +18,16 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
with:
21
- python-version: 3.8
+ python-version: "3.9"
22
23
- uses: eWaterCycle/setup-singularity@v7
24
25
singularity-version: 3.8.3
26
27
+ - name: Python version
28
+ run: |
29
+ python --version
30
+
31
- name: Install dependencies
32
run: |
33
pip install tridesclous
0 commit comments