Test CI wo 311
Some checks are pending
CI/CD Workflow / Deploy (push) Blocked by required conditions
CI/CD Workflow / Test (push) Successful in 2s

This commit is contained in:
moritzrfs
2025-05-04 14:57:14 +02:00
parent 9c6556eb55
commit de051710e3

View File

@@ -14,11 +14,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python 3.11
run: |
sudo apt update
sudo apt install python3.11 python3-pip
- name: Run Tests
run: |
echo "Running tests..."