Skip to content

Commit

Permalink
install dependencies with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Oct 6, 2023
1 parent 1df7330 commit cc3189e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make requirements
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Test
run: make test
run: poetry run django-admin test --settings=referral.tests.settings

0 comments on commit cc3189e

Please sign in to comment.