We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52349c commit 2c95545Copy full SHA for 2c95545
1 file changed
.github/workflows/CI.yml
@@ -13,8 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v5
16
- - name: Set up Python
17
- uses: actions/setup-python@v5
+ - uses: actions/setup-python@v5
18
with:
19
python-version: '3.11'
20
- name: Install dependencies
0 commit comments