Skip to content

Commit

Permalink
install python before pip
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 21, 2022
1 parent acf366f commit 07a2ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Install os dependencies
run: |
sudo apt-get install -y python-dev libffi-dev libffi-dev bc
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- name: Pre-test preps
run: |
chmod +x ./misc/pylint/run.sh
Expand Down

0 comments on commit 07a2ed9

Please sign in to comment.