We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4dac52 + 4f05f30 commit 649bdd3Copy full SHA for 649bdd3
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v7
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v6.3.0
+ uses: actions/setup-python@v7.0.0
21
with:
22
python-version: ${{ matrix.python-version }}
23
- run: pip install -r requirements.txt
0 commit comments