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 d22feb0 commit de4eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- name: install openssl
if: matrix.python-version == '3.5'
run: apt-get install -y libssl-dev
run: sudo apt-get install -y libssl-dev

- name: Set up Python ${{ matrix.python-version }}
if: matrix.python-version != '2.7'
Expand Down

0 comments on commit de4eb4b

Please sign in to comment.