Skip to content

Commit 2484b79

Browse files
committed
python - update CI
1 parent 359d7d1 commit 2484b79

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/python-test-with-style.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
- name: Python dependencies
27-
run: |
28-
pip install -r requirements.txt
29-
pip install -r requirements-test.txt
3026
- name: Python test
3127
env:
3228
CC: ${{ matrix.compiler }}
@@ -35,7 +31,7 @@ jobs:
3531
make info
3632
make -j2
3733
export CEED_DIR=$PWD
38-
pip install .
34+
pip install '.[test]'
3935
cd python/tests
4036
PYTHON=python3 make test TEST_OPTS="--ceed /cpu/self/ref/serial -vv"
4137
cd ../../examples/python

0 commit comments

Comments
 (0)