Add new workflow steps fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user