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 16603ce commit 08d2abbCopy full SHA for 08d2abb
.github/workflows/python2-pytest.yml
@@ -14,5 +14,5 @@ jobs:
14
with:
15
python-version: 2.7
16
- run: API_KEY=${{ secrets.API_KEY }} make ci-env
17
- - run: cd python2-pytest && make test
+ - run: cd python2-pytest && make test-ci
18
python2-pytest/Makefile
@@ -7,6 +7,10 @@ venv/bin/active:
7
pip install -r requirements.txt;\
8
)
9
10
+test-ci:
11
+ pip install -r requirements.txt;
12
+ API_KEY=$(API_KEY) pytest;
13
+
test: venv/bin/active
( \
. venv/bin/activate;\
0 commit comments