Skip to content

Commit

Permalink
ci: fix pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Sep 13, 2023
1 parent 7b92d82 commit 2c9c1b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'

- uses: actions/cache@v3
name: Configure pip cache
Expand All @@ -83,7 +83,6 @@ jobs:
sudo apt-get clean
sudo apt-get update
sudo apt-get install virtualenv libsasl2-dev python3-dev libldap2-dev libssl-dev
pip install -U pip==20.2
pip install -r requirements-test.txt
pip install -r requirements.txt
pip install -e .
Expand Down

0 comments on commit 2c9c1b1

Please sign in to comment.