Skip to content

Commit

Permalink
CI: add pin to installation step (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Aug 7, 2023
1 parent 5c9883d commit e209e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyPI install
name: PyPI

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
pypi:
name: "PyPI install"
name: "Install from PyPI"
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
Expand All @@ -17,6 +17,7 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
python -m pip install pin # TODO(scaron): remove
python -m pip install upkie
- name: "Install PyPI package"
Expand Down

0 comments on commit e209e07

Please sign in to comment.