Skip to content

Commit

Permalink
Fix CI file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Nov 16, 2023
1 parent 80b7747 commit 22c3065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22c3065

Please sign in to comment.