Skip to content

Commit

Permalink
gh/workflows: pin pip command
Browse files Browse the repository at this point in the history
Pin the python pip command to pip3

Signed-off-by: U. Artie Eoff <[email protected]>
  • Loading branch information
uartie committed Sep 4, 2024
1 parent 43c4e27 commit d71058b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt setuptools
python -m pip3 install --upgrade pip
python -m pip3 install -r requirements.txt setuptools
sudo sysctl kernel.dmesg_restrict=0
- name: Test "list"
run: ./vaapi-fits list
Expand Down

0 comments on commit d71058b

Please sign in to comment.