Skip to content

Commit 2e36691

Browse files
committed
fix TOXENV
1 parent 3b0b13b commit 2e36691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
path: dist/
275275

276276
- name: >-
277-
Pre-populate tox envs: `$TOXENV`
277+
Pre-populate tox envs: ${{ env.TOXENV }}
278278
shell: bash
279279
env:
280280
INPUT_BUILT_WHEEL_NAMES: ${{ inputs.built-wheel-names }}
@@ -307,7 +307,7 @@ jobs:
307307
# But only for 'pytest' env in 'tox'.
308308
# For details: ../../tox.ini '[testenv:pytest]' 'commands_post'
309309
- name: >-
310-
Run tox envs: `$TOXENV`
310+
Run tox envs: ${{ env.TOXENV }}
311311
id: tox-run
312312
shell: bash
313313
env:

0 commit comments

Comments
 (0)