Skip to content

Commit baac015

Browse files
committed
fix: test
1 parent 2c36610 commit baac015

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- name: Install dependencies and run tests
4747
run: |
48-
pip install -U pip setuptools hatch
48+
pip install -U pip setuptools virtualenv
4949
pip install -q django==${{ matrix.django-version }}
50+
pip install hatch
5051
hatch run test:test

0 commit comments

Comments
 (0)