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 2a7e5e9 commit 53490a2Copy full SHA for 53490a2
.github/workflows/ci-test.yml
@@ -15,6 +15,10 @@ on:
15
# monthly build/check
16
- cron: '23 17 1 * *'
17
18
+# GITHUB_TOKEN only has read repo context.
19
+permissions:
20
+ contents: read
21
+
22
jobs:
23
test:
24
name: CI build test
@@ -158,7 +162,7 @@ jobs:
158
162
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
159
163
160
164
- name: Install pytest and other packages needed for running tests
161
- run: pip install codecov flake8 pytest pytest-cov requests
165
+ run: pip install codecov flake8 mock pytest pytest-cov requests
166
167
- name: Test build roundup and install locale so lang tests work.
168
run: |
0 commit comments