We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9993f8 commit 4dc0a93Copy full SHA for 4dc0a93
1 file changed
.github/workflows/test.yml
@@ -27,10 +27,14 @@ jobs:
27
python-version: ${{ matrix.python-version }}
28
allow-prereleases: true
29
30
- - name: Install dependencies
+ - name: Install dependencies (macOS)
31
if: runner.os == 'macOS'
32
run: brew install libiconv
33
34
+ - name: Install dependencies (Windows)
35
+ if: runner.os == 'Windows'
36
+ run: vcpkg install libiconv
37
+
38
- name: Install package
39
run: |
40
python -m pip install --upgrade pip
0 commit comments