Skip to content

Commit 079f009

Browse files
committed
ci: add matrix variable to environment
1 parent 6349aab commit 079f009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
else
4040
python -m pip install '.[dev]'
4141
fi
42+
env:
43+
REQUIREMENTS: ${{ matrix.requirements }}
4244
- name: Run tests
4345
run: |
4446
pytest

0 commit comments

Comments
 (0)