Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jayofelony committed Mar 1, 2024
1 parent 3f439a2 commit 07ae0d9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
6 changes: 6 additions & 0 deletions builder/data/64bit/m4zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
update_cache: yes
install_recommends: false

- name: update pip3, setuptools, wheel
shell: "python3 -m pip install --upgrade pip setuptools wheel"
args:
executable: /bin/bash
chdir: /usr/local/src

- name: set resolv.conf
blockinfile:
dest: /etc/resolv.conf
Expand Down
31 changes: 15 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
Pillow
PyYAML
dbus-python
file-read-backwards
flask
flask-cors
flask-wtf
gast
gym
shimmy
inky
pycryptodome
cmake
pydrive2
python-dateutil
requests
PyYAML
scapy
tweepy
file-read-backwards
inky
shimmy
smbus2
Pillow
spidev
gast
flask
flask-cors
flask-wtf
dbus-python
stable_baselines3
toml
python-dateutil
websockets
torch
torchvision
stable_baselines3
pydrive2
tweepy
websockets

0 comments on commit 07ae0d9

Please sign in to comment.