Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Dec 19, 2023
1 parent 6db438c commit c680014
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1

orbs:
win: circleci/[email protected]
python: circleci/[email protected]
# python: circleci/[email protected]

workflows:
windows_ports:
Expand Down Expand Up @@ -34,9 +34,6 @@ jobs:
VCPKG_DEFAULT_TRIPLET: x64-windows
steps:
- checkout
- python/install-packages:
args: pybind11
pkg-manager: pipenv
- run:
name: "Setup: microsoft/vcpkg(2023.11.20)"
command: |
Expand Down Expand Up @@ -90,9 +87,6 @@ jobs:
VCPKG_DEFAULT_TRIPLET: x64-windows
steps:
- checkout
- python/install-packages:
args: pybind11
pkg-manager: pipenv
- run:
name: "Setup: microsoft/vcpkg(2023.11.20)"
command: |
Expand Down

0 comments on commit c680014

Please sign in to comment.