Skip to content

Commit 130baa7

Browse files
committed
Remove: env for build
1 parent 7aaf157 commit 130baa7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@ on:
1515
jobs:
1616

1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919
strategy:
2020
matrix:
21-
python-version: ["3.6.7"]
21+
python-version: ["3.6"]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
env:
29-
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
3028

3129
- name: Install dependencies
3230
run: |

0 commit comments

Comments
 (0)