diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5f5dbd9..57d7bf18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: 🌍 Install dependencies - run: | - python -m pip install --upgrade pip - pip install poetry - poetry install + run: | + python -m pip install --upgrade pip + pip install poetry + poetry install - name: 📄 Copy empty .env.test to .env run: | cp .env.test .env