Skip to content

Commit

Permalink
If v3
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Apr 7, 2022
1 parent f799660 commit edebfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install libsodium
if: matrix.python-os == windows-latest
if: matrix.python-os == 'windows-latest'
run: |
wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.17-msvc.zip
7z x libsodium-1.0.17-msvc.zip
Expand Down

0 comments on commit edebfa6

Please sign in to comment.