Add: env value

This commit is contained in:
Donghyun Kim
2022-11-29 21:20:25 +09:00
parent f7a4d4f1ef
commit 6e056a7819
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies
run: |
+3 -1
View File
@@ -6,13 +6,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6.7"]
python-version: ["3.6"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies
run: |