Skip to content

Commit

Permalink
Install conan
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler authored Jun 1, 2024
1 parent 94ef8da commit d177845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install pip packages
run: pip install numpy setuptools
run: pip install conan numpy setuptools

- run: choco install eigen

Expand Down

0 comments on commit d177845

Please sign in to comment.