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.
1 parent 0d3c02b commit ed6a751Copy full SHA for ed6a751
1 file changed
.github/workflows/Teapot.py.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Set up Python 3.10
+ - name: Set up Python 3.10.18
18
uses: actions/setup-python@v2
19
with:
20
- python-version: 3.10
+ python-version: 3.10.18
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
0 commit comments