Skip to content

Commit d29200b

Browse files
authored
Merge pull request #265 from DoubleML/s-small-bugfixes
Update python version in workflow
2 parents 2287e65 + 6e52c99 commit d29200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Test with pytest
5757
if: |
5858
matrix.config.os != 'ubuntu-latest' ||
59-
matrix.config.python-version != '3.8'
59+
matrix.config.python-version != '3.9'
6060
run: |
6161
pytest -m ci
6262

0 commit comments

Comments
 (0)