Skip to content

Commit

Permalink
Need to use pip to install test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Aug 14, 2024
1 parent 1ee46f9 commit ab38a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
miniforge-version: latest
#
- name: Install additional test dependencies
run: conda install pytest nnpops mace-torch
run: pip install pytest nnpops mace-torch
#
- name: Install the package
run: pip install .
Expand Down

0 comments on commit ab38a0c

Please sign in to comment.