Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rizac committed Apr 11, 2024
1 parent aed54ec commit 76913e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions


name: Python >= 3.10
name: Python >= 3.9

on:
push:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
python3 -m pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Run Tests
run: |
# python manage.py test
Expand Down

0 comments on commit 76913e0

Please sign in to comment.