Skip to content

Commit

Permalink
Use pip rather than conda in Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 2, 2024
1 parent 9497d95 commit ef88ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install spglib
run: |
conda install -c conda-forge spglib # avoid spglib warnings
pip install git+https://github.com/spglib/spglib --config-settings=cmake.define.SPGLIB_SHARED_LIBS=OFF # avoid spglib warnings
- name: Test
run: |
Expand Down

0 comments on commit ef88ba1

Please sign in to comment.