We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c36610 commit baac015Copy full SHA for baac015
1 file changed
.github/workflows/run-tests.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Install dependencies and run tests
47
run: |
48
- pip install -U pip setuptools hatch
+ pip install -U pip setuptools virtualenv
49
pip install -q django==${{ matrix.django-version }}
50
+ pip install hatch
51
hatch run test:test
0 commit comments