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 ae7fec2 commit f921eb9Copy full SHA for f921eb9
.github/workflows/ci.yml
@@ -2,6 +2,10 @@ name: CI
2
3
on: [push]
4
5
+env:
6
+ TEST_AKISMET_API_KEY: ${{ secrets.TEST_AKISMET_API_KEY }}
7
+ TEST_AKISMET_BLOG_URL: ${{ secrets.TEST_AKISMET_BLOG_URL }}
8
+
9
jobs:
10
tests:
11
name: tox on ${{ matrix.python-version }}
@@ -18,9 +22,6 @@ jobs:
18
22
with:
19
23
python-version: ${{ matrix.python-version }}
20
24
- name: "Install dependencies"
21
- env:
- TEST_AKISMET_API_KEY: ${{ secrets.TEST_AKISMET_API_KEY }}
- TEST_AKISMET_BLOG_URL: ${{ secrets.TEST_AKISMET_BLOG_URL }}
25
run: |
26
python -VV
27
python -m pip install --upgrade pip setuptools wheel
0 commit comments