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 7c76da0 commit edeadbeCopy full SHA for edeadbe
.github/workflows/test.yml
@@ -12,11 +12,10 @@ on:
12
13
jobs:
14
test-python-versions:
15
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
python-version: [3.7, 3.8, 3.9]
19
- os: [ubuntu-latest, macos-latest, windows-latest]
20
steps:
21
- uses: actions/checkout@v2
22
- uses: nanasess/setup-chromedriver@master
tests/test_app/settings.py
@@ -136,5 +136,4 @@
136
STATICFILES_FINDERS = [
137
"django.contrib.staticfiles.finders.FileSystemFinder",
138
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
139
- "npm.finders.NpmFinder",
140
]
0 commit comments