Skip to content

Commit 5b207f5

Browse files
committed
Fixed deployment job
1 parent e21ac75 commit 5b207f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prod-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.6]
37+
python-version: [3.7]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.6]
37+
python-version: [3.7]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)