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 f5de47c commit d22feb0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
- 3.8
- 3.9
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v1
- name: install openssl
if: matrix.python-version == '3.5'
run: apt-get install -y libssl-dev

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

Expand Down

0 comments on commit d22feb0

Please sign in to comment.