Skip to content

Commit

Permalink
debug the disk space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Oct 15, 2023
1 parent f0d57a8 commit ac8474a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
uname -a
grep Model /proc/cpuinfo
df -h
sudo apt-get update
sudo apt-get install -y python3-dev python3-pip
sudo apt-get -y clean autoremove
pip install poetry --break-system-packages
df -h
poetry install
poetry run pytest

0 comments on commit ac8474a

Please sign in to comment.