diff --git a/.circleci/config.yml b/.circleci/config.yml index a6457e16..75e34e74 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 orbs: win: circleci/windows@5.0 - python: circleci/python@2.1.1 + # python: circleci/python@2.1.1 workflows: windows_ports: @@ -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: | @@ -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: |