diff --git a/.github/workflows/windows_unit_tests.yml b/.github/workflows/windows_unit_tests.yml index 0641e0fa..6a663d31 100644 --- a/.github/workflows/windows_unit_tests.yml +++ b/.github/workflows/windows_unit_tests.yml @@ -24,7 +24,7 @@ jobs: - name: Install pip packages run: pip install conan numpy setuptools - - run: choco install eigen + - run: conan profile detect - name: Get number of CPU cores uses: SimenB/github-actions-cpu-cores@v1