Skip to content

Commit

Permalink
Reentry scan
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent 3584ff6 commit 4c1e2b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
with:
version: ${{ env.UV_VER }}
- name: Install package
run: uv pip install --system .[testing]
run: |
uv pip install --system -e .[testing]
reentry scan -r aiida || true
- name: Run test suite
env:
Expand Down

0 comments on commit 4c1e2b3

Please sign in to comment.