From 6d19cd0e9eb735bcee12ee76f1b30cf22cb5fde8 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Tue, 7 Jan 2025 17:26:22 +0000 Subject: [PATCH] Tag rails routes Signed-off-by: Prabhu Subramanian --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 4ecca8a..bf15ad3 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -74,6 +74,7 @@ jobs: run: | python3.12 -m pip install --upgrade pip python3.12 -m pip install poetry + python3.12 -m poetry self add poetry-plugin-export python3.12 -m poetry export -f requirements.txt --with=science --without-hashes --output target/chen-science-requirements.txt python3.12 -m poetry export -f requirements.txt --with=database --without-hashes --output target/chen-database-requirements.txt - name: Upload chen to ghcr