Skip to content

Commit edeadbe

Browse files
committed
minor fixes
1 parent 7c76da0 commit edeadbe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ on:
1212

1313
jobs:
1414
test-python-versions:
15-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
python-version: [3.7, 3.8, 3.9]
19-
os: [ubuntu-latest, macos-latest, windows-latest]
2019
steps:
2120
- uses: actions/checkout@v2
2221
- uses: nanasess/setup-chromedriver@master

tests/test_app/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,4 @@
136136
STATICFILES_FINDERS = [
137137
"django.contrib.staticfiles.finders.FileSystemFinder",
138138
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
139-
"npm.finders.NpmFinder",
140139
]

0 commit comments

Comments
 (0)