We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f18cc4 commit 6d19cd0Copy full SHA for 6d19cd0
.github/workflows/containers.yml
@@ -74,6 +74,7 @@ jobs:
74
run: |
75
python3.12 -m pip install --upgrade pip
76
python3.12 -m pip install poetry
77
+ python3.12 -m poetry self add poetry-plugin-export
78
python3.12 -m poetry export -f requirements.txt --with=science --without-hashes --output target/chen-science-requirements.txt
79
python3.12 -m poetry export -f requirements.txt --with=database --without-hashes --output target/chen-database-requirements.txt
80
- name: Upload chen to ghcr
0 commit comments