Skip to content

Commit

Permalink
Another requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Feb 26, 2021
1 parent ddee859 commit c3b1e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
sudo apt-get -y install make bats
sudo apt-get -y install make
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade setuptools wheel twine pbr
python3 -m pip install --upgrade setuptools setuptools_scm wheel twine pbr
[ -f requirements.txt ] && python3 -m pip install -Ur requirements.txt
make bats-libraries
- name: Get variables
Expand Down

0 comments on commit c3b1e01

Please sign in to comment.