Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/conda-forge-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test ADAM with conda-forge dependencies
name: Test adam with conda-forge dependencies

on:
push:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uname -r
micromamba list

- name: Install ADAM
- name: Install adam
shell: bash -l {0}
run: |
pip install --no-deps .
Expand All @@ -62,4 +62,6 @@ jobs:
if: contains(matrix.os, 'windows')
run: |
# Skip additional dependencies not available on Windows
pytest --count=100 -v --ignore-glob=*Jax* --ignore-glob=*pytorch*
pytest -v --ignore-glob=*Jax* --ignore-glob=*pytorch*


Loading