diff options
author | mattip <matti.picus@gmail.com> | 2020-11-29 01:26:17 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-11-29 01:26:17 +0200 |
commit | dd9b2cbc4a7db7ad6db175a24500362b70ca9f32 (patch) | |
tree | b72cb07346adcb15b5fe517d39697c1747b99f99 /.github/workflows | |
parent | 68b06ce36f7d9201481b73c150e2ccb3b5aa9540 (diff) | |
download | numpy-dd9b2cbc4a7db7ad6db175a24500362b70ca9f32.tar.gz |
BLD, TST: use python-version not PYTHON_VERSION
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 21d9227eb..ee43561bf 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v2 with: - python-version: ${{ env.PYTHON_VERSION }} + python-version: ${{ matrix.python-version }} - uses: ./.github/actions debug: |