diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d246ed4..6458a583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,9 @@ jobs: virtualenvs-in-project: true - name: Dependencies - run: brew install create-dmg + run: | + brew install create-dmg + poetry install - name: Configure certificates run: |