Add new workflow steps fix
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Run-Python-Script (push) Failing after 5s

This commit is contained in:
moritzrfs
2025-05-04 17:48:14 +02:00
parent d70695d776
commit c8f1b85f94

View File

@@ -41,6 +41,7 @@ jobs:
- name: Install required Python packages - name: Install required Python packages
run: | run: |
echo "Installing required Python packages..." echo "Installing required Python packages..."
sudo apt-get update && sudo apt-get install -y python3-pip
pip install -r requirements.txt pip install -r requirements.txt
# run the Python script # run the Python script
# - name: Run the Python script # - name: Run the Python script