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 c183f9e commit 583041bCopy full SHA for 583041b
.github/workflows/deploy.yml
@@ -14,15 +14,14 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- python-version: "3.10"
18
steps:
19
- uses: actions/checkout@v2
20
21
# Install dependencies
22
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.10
23
uses: actions/setup-python@v1
24
with:
25
- python-version: ${{ matrix.python-version }}
+ python-version: "3.10"
26
- name: Install dependencies
27
run: |
28
pip install -r requirements-dev.txt
0 commit comments