Skip to content

Commit

Permalink
fix CI testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Dec 10, 2024
1 parent a3cab4b commit b1174eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
path: netobs
- uses: actions/checkout@v4
with:
repository: AllanChain/deepsolid
ref: update-with-force
repository: bytedance/deepsolid
ref: b1abaf5212e1bfe1ce01257a81bc63b820efc4d4
path: deepsolid
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install
run: |
pip install -e deepsolid scipy==1.8.0
pip install 'jax[cpu]'==0.2.26 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install -e deepsolid
pip install -e 'netobs[dev]'
- name: Test
working-directory: netobs
Expand All @@ -36,14 +36,15 @@ jobs:
- uses: actions/checkout@v4
with:
repository: google-deepmind/ferminet
ref: 9a1deec8222c1838c5aafb65830fc41372c48677
path: ferminet
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install
run: |
pip install jax==0.4.35 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install -e ferminet
pip install 'jax[cpu]'==0.4.24 -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install -e 'netobs[dev]'
- name: Test
working-directory: netobs
Expand Down

0 comments on commit b1174eb

Please sign in to comment.