Skip to content

Commit 6d19cd0

Browse files
committed
Tag rails routes
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 7f18cc4 commit 6d19cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/containers.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
python3.12 -m pip install --upgrade pip
7676
python3.12 -m pip install poetry
77+
python3.12 -m poetry self add poetry-plugin-export
7778
python3.12 -m poetry export -f requirements.txt --with=science --without-hashes --output target/chen-science-requirements.txt
7879
python3.12 -m poetry export -f requirements.txt --with=database --without-hashes --output target/chen-database-requirements.txt
7980
- name: Upload chen to ghcr

0 commit comments

Comments
 (0)