We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bdc4d commit e086081Copy full SHA for e086081
2 files changed
.DS_Store
0 Bytes
.github/workflows/test.yml
@@ -22,11 +22,6 @@ jobs:
22
- name: Check out code
23
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
24
25
- - name: Setup Python
26
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
27
- with:
28
- python-version: "3.8"
29
-
30
- name: Run tests
31
env:
32
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
0 commit comments