Skip to content

Commit 583041b

Browse files
authored
Update deploy.yml
1 parent c183f9e commit 583041b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: "3.10"
1817
steps:
1918
- uses: actions/checkout@v2
2019

2120
# Install dependencies
22-
- name: Set up Python ${{ matrix.python-version }}
21+
- name: Set up Python 3.10
2322
uses: actions/setup-python@v1
2423
with:
25-
python-version: ${{ matrix.python-version }}
24+
python-version: "3.10"
2625
- name: Install dependencies
2726
run: |
2827
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)