Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerkone committed Oct 1, 2023
1 parent 195c463 commit 82b2cfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
pip install
-r requirements.txt
--user
- name: Install latest e3nn-jax version
run: >-
python -m
pip install -U
e3nn-jax
--user
- name: Install pytest
run: >-
python -m
Expand Down

0 comments on commit 82b2cfa

Please sign in to comment.