Skip to content

Commit

Permalink
Enh workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKroesen committed Apr 1, 2024
1 parent aa00457 commit 6c1381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requests json base64 struct matplotlib.pyplot pandas
pip install requests matplotlib pandas
- name: Run script
run: python iot_demo.py

0 comments on commit 6c1381a

Please sign in to comment.