Skip to content

Commit f921eb9

Browse files
committed
Third attempt at YAML.
1 parent ae7fec2 commit f921eb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push]
44

5+
env:
6+
TEST_AKISMET_API_KEY: ${{ secrets.TEST_AKISMET_API_KEY }}
7+
TEST_AKISMET_BLOG_URL: ${{ secrets.TEST_AKISMET_BLOG_URL }}
8+
59
jobs:
610
tests:
711
name: tox on ${{ matrix.python-version }}
@@ -18,9 +22,6 @@ jobs:
1822
with:
1923
python-version: ${{ matrix.python-version }}
2024
- name: "Install dependencies"
21-
env:
22-
TEST_AKISMET_API_KEY: ${{ secrets.TEST_AKISMET_API_KEY }}
23-
TEST_AKISMET_BLOG_URL: ${{ secrets.TEST_AKISMET_BLOG_URL }}
2425
run: |
2526
python -VV
2627
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)