We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24305f6 commit 874703bCopy full SHA for 874703b
.github/workflows/system-dep.yml
@@ -12,8 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Setup Python
16
- uses: actions/setup-python@v4
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
@@ -30,6 +28,11 @@ jobs:
30
28
python -m pip install .
31
29
python -m pip install . 'pythran[test]'
32
printf '[compiler]\nblas=scipy-openblas\n' > ~/.config/.pythranrc
+ - name: Compilation info
+ run: |
33
+ printf '#pythran export g\ng = 1' > dump.py
34
+ python -m pythran.run -v dump.py
35
+ x86_64-linux-gnu-gcc --version
36
- name: Testing boost and xsimd integration
37
38
pytest pythran/tests/test_scipy.py -v -x --numprocesses=auto $PYTEST_ARGS
0 commit comments