Skip to content

Commit

Permalink
fix Failed to parse git+https://gitlab.com/ase/ase`
Browse files Browse the repository at this point in the history
  Caused by: URL requirement must be preceded by a package name. Add the name of the package before the URL (e.g., `package_name @ https://...`).
  • Loading branch information
janosh committed Feb 29, 2024
1 parent fc77430 commit e53fa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uv pip install cython --system
# install ase from main branch until FrechetCellFilter is released
# TODO remove uv pip install git+https://gitlab.com/ase/ase
uv pip install git+https://gitlab.com/ase/ase --system
uv pip install ase git+https://gitlab.com/ase/ase --system
python setup.py build_ext --inplace
uv pip install -e .[test] --system
Expand Down

0 comments on commit e53fa19

Please sign in to comment.