Skip to content

Commit

Permalink
Delete ci/test_pyside6.sh (#1509)
Browse files Browse the repository at this point in the history
The pyside6 test pipeline already runs as part of the test_python
pipeline as the dependency is already part of the requirements_gui.txt
file for python>3.10
  • Loading branch information
DiegoTavares authored Sep 27, 2024
1 parent 4e0ec97 commit 7e9ae6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 93 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/testing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ jobs:
chown -R aswfuser:aswfgroup .
su -c "cd cuebot && ./gradlew build --stacktrace --info" aswfuser
test_pyside6:
name: Run CueGUI Tests using PySide6
runs-on: ubuntu-latest
container: almalinux:9
steps:
- uses: actions/checkout@v3
- name: Run CueGUI Tests
run: ci/test_pyside6.sh

lint_python:
name: Lint Python Code
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ htmlcov/
.vscode
.venv/
.eggs/*
.gradle/*
/cuebot/logs
/cuebot/bin
/logs
48 changes: 0 additions & 48 deletions ci/run_python_tests_pyside6.sh

This file was deleted.

36 changes: 0 additions & 36 deletions ci/test_pyside6.sh

This file was deleted.

0 comments on commit 7e9ae6c

Please sign in to comment.