Skip to content

Commit

Permalink
Need to install using conda and pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Aug 14, 2024
1 parent ab38a0c commit e74ce0e
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: pip install pytest nnpops mace-torch
run: conda install pytest nnpops && pip install mace-torch
#
- name: Install the package
run: pip install .
Expand Down

0 comments on commit e74ce0e

Please sign in to comment.