Skip to content

Commit

Permalink
Changed docker image for postgres in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ha-Shvn committed Jan 4, 2024
1 parent c927c12 commit d823a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install -r requirements-test.txt
pip install -U django==${{ matrix.django-version }}.*
python setup.py -q install
Expand Down

0 comments on commit d823a60

Please sign in to comment.