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 988b64b commit 04a1326Copy full SHA for 04a1326
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Python
15
uses: actions/setup-python@v2
16
with:
17
- python-version: '3.x'
+ python-version: '3.6'
18
19
- name: Install dependencies
20
run: make build
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
- name: Run tests
21
env:
22
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
0 commit comments