Skip to content

Commit

Permalink
Pass --python into pipenv to specify version (pytube#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnie-llamado authored Sep 19, 2021
1 parent bb890af commit f06e071
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
python-version: ${{ matrix.python }}

- name: Upgrade pip
run: pip install --upgrade pipenv
run: pip install --upgrade pip pipenv

- name: Install pipenv
run: pipenv install --dev --skip-lock --python ${{ matrix.python }}

- name: Run make ci
run: make ci

0 comments on commit f06e071

Please sign in to comment.