Skip to content

Commit 5015b67

Browse files
committed
add pipenv
1 parent 3af6f3e commit 5015b67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/functional-test.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545

4646
# needed?
4747
# - run: brew install ffmpeg
48+
- run: |
49+
pip install --upgrade pip
50+
pip install --upgrade pipenv
51+
pipenv lock --clear
52+
pipenv install --system
4853
4954
# Start Appium
5055
- run: npm install -g appium
@@ -59,9 +64,7 @@ jobs:
5964
with:
6065
python-version: 3.9
6166
62-
- run: |
63-
python setup.py install
64-
pip install pytest
67+
- run: python setup.py install
6568
6669
- run: |
6770
git --no-pager log -n1

0 commit comments

Comments
 (0)