Add new workflow steps fix
This commit is contained in:
@@ -41,6 +41,7 @@ jobs:
|
||||
- name: Install required Python packages
|
||||
run: |
|
||||
echo "Installing required Python packages..."
|
||||
sudo apt-get update && sudo apt-get install -y python3-pip
|
||||
pip install -r requirements.txt
|
||||
# run the Python script
|
||||
# - name: Run the Python script
|
||||
|
||||
Reference in New Issue
Block a user