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 f7a4d4f commit 6e056a7Copy full SHA for 6e056a7
.github/workflows/build-pypi.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: actions/setup-python@v4
26
with:
27
python-version: ${{ matrix.python-version }}
28
+ env:
29
+ AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
30
31
- name: Install dependencies
32
run: |
.github/workflows/test.yaml
@@ -6,13 +6,15 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python-version: ["3.6.7"]
+ python-version: ["3.6"]
10
steps:
11
- uses: actions/checkout@v3
12
- name: Set up Python ${{ matrix.python-version }}
13
14
15
16
17
18
19
20
0 commit comments