remove galaxy from production

This commit is contained in:
imperosol
2025-03-28 18:07:34 +01:00
parent 15d541b596
commit 812e0f5f4c
5 changed files with 7 additions and 15 deletions

View File

@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false # don't interrupt the other test processes
matrix:
pytest-mark: [slow, not slow]
pytest-mark: [not slow]
steps:
- name: Check out repository
uses: actions/checkout@v4