Skip to content

Commit

Permalink
Remove user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 10, 2025
1 parent f657333 commit b8028fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
uses: ./.github/actions/linux_install
- name: Install Pyccel with tests
run: |
PATH=${PATH}:$HOME/.local/bin
echo "PATH=${PATH}" >> $GITHUB_ENV
python -m pip install --upgrade pip
python -m pip install --user .[test]
python -m pip install .[test]
shell: bash
- name: Coverage install
uses: ./.github/actions/coverage_install
Expand Down

0 comments on commit b8028fc

Please sign in to comment.