Skip to content

Commit b8028fc

Browse files
committed
Remove user flag
1 parent f657333 commit b8028fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
uses: ./.github/actions/linux_install
6363
- name: Install Pyccel with tests
6464
run: |
65-
PATH=${PATH}:$HOME/.local/bin
66-
echo "PATH=${PATH}" >> $GITHUB_ENV
6765
python -m pip install --upgrade pip
68-
python -m pip install --user .[test]
66+
python -m pip install .[test]
6967
shell: bash
7068
- name: Coverage install
7169
uses: ./.github/actions/coverage_install

0 commit comments

Comments
 (0)