Skip to content

Commit

Permalink
Install dependencies with index url
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Feb 21, 2024
1 parent ad07f3c commit fef4594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pip install -e .[dev] --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
- name: Test with pytest
run: |
pytest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"nomad-lab>=1.2.2.dev",
"xmltodict==0.13.0",
]
[project.optional-dependencies]
dev = [
"nomad-lab>=1.2.1.dev",
"pytest",
"structlog==22.3.0",
]
Expand Down

0 comments on commit fef4594

Please sign in to comment.