We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21ac75 commit 5b207f5Copy full SHA for 5b207f5
.github/workflows/prod-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
37
- python-version: [3.6]
+ python-version: [3.7]
38
steps:
39
- uses: actions/checkout@v2
40
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/test-cd.yml
0 commit comments