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 452480d commit 4acd04fCopy full SHA for 4acd04f
.github/workflows/ci.yml
@@ -47,7 +47,6 @@ jobs:
47
${{ runner.os }}-
48
- name: Install Python dependencies
49
run: |
50
- pip install -U pip setuptools wheel
51
pip install -r dev-requirements.txt
52
- name: Check for ungenerated database migrations
53
.github/workflows/static.yml
@@ -24,7 +24,6 @@ jobs:
24
25
26
27
28
pip install -r requirements.txt -r prod-requirements.txt
29
- name: Run Tests
30
0 commit comments