We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f657333 commit b8028fcCopy full SHA for b8028fc
.github/workflows/cuda.yml
@@ -62,10 +62,8 @@ jobs:
62
uses: ./.github/actions/linux_install
63
- name: Install Pyccel with tests
64
run: |
65
- PATH=${PATH}:$HOME/.local/bin
66
- echo "PATH=${PATH}" >> $GITHUB_ENV
67
python -m pip install --upgrade pip
68
- python -m pip install --user .[test]
+ python -m pip install .[test]
69
shell: bash
70
- name: Coverage install
71
uses: ./.github/actions/coverage_install
0 commit comments