Skip to content

Commit

Permalink
Fix pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Aug 16, 2024
1 parent a3bb112 commit e0e0f0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-windows-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
boost_version: 1.73.0
# OPTIONAL: Specify a toolset on windows
toolset: msvc14.2
# OPTIONAL: Specify a custon install location
# OPTIONAL: Specify a custom install location
boost_install_dir: ${{ github.workspace }}\deps

- name: Download DXSDK
id: download-dxsdk
working-directory: ${{ github.workspace }}/deps
Expand All @@ -79,7 +79,7 @@ jobs:
shell: bash

- name: Report working directory structure (cmd)
run: |
run: |
dir .
dir deps
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Report built wheels
run: |
ls -l ./dist/*.whl
# Test
# - name: Install wheel
# shell: bash
Expand All @@ -128,7 +128,7 @@ jobs:
# - name: Test
# run: |
# python -m pytest tests

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e0e0f0b

Please sign in to comment.