Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 26, 2024
1 parent f131b10 commit 49989b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install llvmlite==0.42.0 --system # TODO remove, llvmlite==0.35.0 install fails with FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'
sudo uv pip install llvmlite==0.42.0 --system # TODO remove, llvmlite==0.35.0 install fails with FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'
uv pip install .[strict,tests] --system --prerelease=allow
# latest ase needed to get FrechetCellFilter used by ML force fields
# TODO remove next line installing ase from main branch when FrechetCellFilter is released
Expand Down

0 comments on commit 49989b8

Please sign in to comment.