Skip to content

Commit a0ca6da

Browse files
committed
pass PLATFORM environment variable
1 parent fd9d331 commit a0ca6da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Run test
4141
run: tox
4242
env:
43+
PLATFORM: ${{ matrix.os }}
4344
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
4445

4546
post-test:

0 commit comments

Comments
 (0)