Install poetry deps after checking out

This commit is contained in:
Micah Lee 2021-11-24 15:51:46 -08:00
parent bd0b032c30
commit b8b11b514d
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -102,11 +102,6 @@ jobs:
machine:
image: ubuntu-2004:202111-01
steps:
- run:
name: Install dependencies
command: |
sudo pip3 install poetry
poetry install
# https://www.atlantic.net/dedicated-server-hosting/how-to-install-and-use-podman-on-ubuntu-20-04/
- run:
name: Install podman on Ubuntu 20.04
@ -119,6 +114,11 @@ jobs:
sudo apt-get -qq --yes install podman
podman --version
- checkout
- run:
name: Install poetry dependencies
command: |
sudo pip3 install poetry
poetry install
- run:
name: Prepare cache directory
command: |