Skip to content

Commit

Permalink
Workaround missing upstream dependency on six (osrf#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote authored and spd-intermodalics committed Oct 7, 2021
1 parent 28423c1 commit 95bd873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basic-ci.yaml
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install Dependencies And Self
run: |
python -m pip install --upgrade pip setuptools wheel
# Workaround for https://github.com/docker/docker-py/issues/2807
python -m pip install six
pip install codecov coverage nose
pip install .
- name: Run headless tests
Expand Down

0 comments on commit 95bd873

Please sign in to comment.