Skip to content

Commit 6e056a7

Browse files
committed
Add: env value
1 parent f7a4d4f commit 6e056a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
env:
29+
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
2830

2931
- name: Install dependencies
3032
run: |

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ["3.6.7"]
9+
python-version: ["3.6"]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python ${{ matrix.python-version }}
1313
uses: actions/setup-python@v4
1414
with:
1515
python-version: ${{ matrix.python-version }}
16+
env:
17+
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
1618

1719
- name: Install dependencies
1820
run: |

0 commit comments

Comments
 (0)