Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arlind87 authored May 23, 2024
1 parent de4eb4b commit 2c57861
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install openssl
if: matrix.python-version == '3.5'
run: sudo apt-get install -y libssl-dev


- name: Set up Python ${{ matrix.python-version }}
if: matrix.python-version != '2.7'
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

cache: 'pip'

- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 2c57861

Please sign in to comment.