Skip to content

Commit 08d2abb

Browse files
ci
1 parent 16603ce commit 08d2abb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python2-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
python-version: 2.7
1616
- run: API_KEY=${{ secrets.API_KEY }} make ci-env
17-
- run: cd python2-pytest && make test
17+
- run: cd python2-pytest && make test-ci
1818

python2-pytest/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ venv/bin/active:
77
pip install -r requirements.txt;\
88
)
99

10+
test-ci:
11+
pip install -r requirements.txt;
12+
API_KEY=$(API_KEY) pytest;
13+
1014
test: venv/bin/active
1115
( \
1216
. venv/bin/activate;\

0 commit comments

Comments
 (0)