We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef016b commit f056db2Copy full SHA for f056db2
.github/workflows/test-pip-install-run-pytest.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python 3.10
14
uses: actions/setup-python@v5
15
with:
16
- python-version: '3.10'
+ python-version: '3.11'
17
18
- name: Install pip package
19
run: |
0 commit comments