Skip to content

Commit

Permalink
added lock statements
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 5, 2024
1 parent d41b331 commit e211711
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ jobs:
poetry build
- name: Test package
run: |
poetry lock
poetry install --only dev
python -m twine check dist/*
- name: Show pip list
run: |
pip list
- name: Install development dependencies
run: |
poetry lock
poetry install
- name: Show pip list again
run: |
Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
- name: Install dependencies (includinv dev + chemistry)
run: |
python -m pip install --upgrade pip poetry
poetry lock
poetry install
- name: Show pip list
run: |
Expand Down

0 comments on commit e211711

Please sign in to comment.