We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8ac31 commit 213a55eCopy full SHA for 213a55e
.github/workflows/build.yml
@@ -12,14 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: ["3.6", "3.7"]
+ python-version: ["3.7"]
16
steps:
17
- name: checkout
18
uses: actions/checkout@v3
19
- name: setup-python
20
uses: actions/setup-python@v4
21
with:
22
- python-version: '3.6'
+ python-version: '3.7'
23
cache: 'pip'
24
- name: install-requirements
25
run: pip install -r requirements.txt
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
0 commit comments