There was an error while loading. Please reload this page.
1 parent 359d7d1 commit 2484b79Copy full SHA for 2484b79
1 file changed
.github/workflows/python-test-with-style.yml
@@ -23,10 +23,6 @@ jobs:
23
uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
- - name: Python dependencies
27
- run: |
28
- pip install -r requirements.txt
29
- pip install -r requirements-test.txt
30
- name: Python test
31
env:
32
CC: ${{ matrix.compiler }}
@@ -35,7 +31,7 @@ jobs:
35
make info
36
make -j2
37
33
export CEED_DIR=$PWD
38
- pip install .
34
+ pip install '.[test]'
39
cd python/tests
40
PYTHON=python3 make test TEST_OPTS="--ceed /cpu/self/ref/serial -vv"
41
cd ../../examples/python
0 commit comments