Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Sep 10, 2024
1 parent 83f6734 commit 1dca24a
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
# below to build the conda package in your local machine
CHANNELS="--channel mantid/label/main --channel conda-forge"
VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
conda verify noarch/mypackagename*.tar.bz2
conda verify noarch/refl1d_models*.tar.bz2
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ dependencies:
- pip:
- bm3d-streak-removal # example
- pytest-playwright
- refl1d
- git+https://github.com/reflectometry/refl1d_models.git
Loading

0 comments on commit 1dca24a

Please sign in to comment.