Skip to content

Commit

Permalink
Remove work-dir in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 8, 2024
1 parent a6e6ca4 commit e9fbd06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ jobs:
path: wheelhouse/

windows-wheels:
working_directory: C:\Users\circleci\project\windows-wheels
machine:
image: "windows-server-2022-gui:current"
shell: "powershell.exe -ExecutionPolicy Bypass"
resource_class: "windows.medium"
steps:
- checkout:
path: C:\Users\circleci\project
- checkout
- run:
name: Fetch pybind11
command: git submodule update --init
Expand Down

0 comments on commit e9fbd06

Please sign in to comment.