Skip to content

Commit aab9e24

Browse files
committed
💚 Fix CI run categories
1 parent aff6a90 commit aab9e24

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

‎.github/workflows/test_client_ubuntu.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,6 @@ jobs:
4343
python -m pytest -x
4444
-m client -c /dev/null -p no:warnings
4545
-n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
46-
converters_tests:
47-
runs-on: ubuntu-latest
48-
timeout-minutes: 30
49-
steps:
50-
- uses: actions/checkout@v4
51-
- name: Set up Python 3.13
52-
uses: actions/setup-python@v5
53-
with:
54-
python-version: "3.13"
55-
- name: Install dependencies
56-
run: |
57-
python -m pip install poetry
58-
poetry self add poetry-plugin-export
59-
poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
60-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
61-
python -m pip install -r requirements.txt
62-
python -m pip install .
63-
- name: Test with pytest
64-
env:
65-
SIMVUE_URL: ${{ secrets.SIMVUE_URL }}
66-
SIMVUE_TOKEN: ${{ secrets.SIMVUE_TOKEN }}
67-
run: >-
68-
python -m pytest -x
69-
-m converters -c /dev/null -p no:warnings
70-
-n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
7146
dispatch_tests:
7247
runs-on: ubuntu-latest
7348
timeout-minutes: 30

0 commit comments

Comments
 (0)