Skip to content

Commit

Permalink
Merge pull request #17 from ccurvey/2784-python39
Browse files Browse the repository at this point in the history
bump python version for tests
  • Loading branch information
ccurvey authored Feb 8, 2022
2 parents 2c81e78 + bc49548 commit cf8187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: psycopg2 prerequisites
run: sudo apt-get install libpq-dev
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute tests
run: |
python test_project/manage.py makemigrations --dry-run --check
Expand Down

0 comments on commit cf8187d

Please sign in to comment.