Skip to content

Commit c5f5035

Browse files
committed
[ci] install only required packages
1 parent b670d09 commit c5f5035

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- name: install dependencies
35-
run: |
36-
pip install --upgrade --requirement requirements-test.txt
34+
- run: python -m pip install pytest
3735
- name: pytest
3836
run: |
3937
make tatsu_test

0 commit comments

Comments
 (0)