Skip to content

Commit

Permalink
Also do pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 9, 2024
1 parent c10b2c0 commit 5600652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ref: ${{ matrix.branch }}
- name: Install nomad
run: |
uv pip install --system nomad-lab --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
uv pip install --system nomad-lab --pre --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
- name: Install ${{ matrix.plugin }}
run: |
cd ${{ matrix.plugin }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install nomad
if: "${{ matrix.python_version != '3.8' }}"
run: |
uv pip install --system nomad-lab --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
uv pip install --system nomad-lab --pre --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
- name: Install pynx
run: |
uv pip install --system ".[dev]"
Expand Down

0 comments on commit 5600652

Please sign in to comment.