Skip to content

Commit

Permalink
conda env patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 25, 2020
1 parent 7e5f1fb commit 7700692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
conda install -qy conda-build
- name: Build Conda packages
run: conda build -c lenskit conda
run: |
cd conda
conda build -c lenskit .
- name: Copy Conda packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LensKit development Conda environment
name: lkpy-dev
channels:
- mdekstrand
- lenskit
- defaults
- conda-forge # last to not override things
dependencies:
Expand Down

0 comments on commit 7700692

Please sign in to comment.