Skip to content

Commit

Permalink
Cleanup in build environment:
Browse files Browse the repository at this point in the history
- do not specify python version in environment file, as it will be specified in workflow
- remove conda-forge:: from env
- remove ska_helpers and testr from base build environment (otherwise the build fails when building them from scratch)
  • Loading branch information
javierggt committed Feb 15, 2024
1 parent a35a0a9 commit 3b4beeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
channels:
- conda-forge
dependencies:
- python=3.10
- conda-forge::libarchive # libarchive from defaults is not good for mamba
# note that ska3 packages should not be here, because this is used to build all ska3 packages
- python # python version specified in the workflow
- libarchive # libarchive from defaults might not be good for mamba
- mamba
- setuptools_scm
- gitpython
Expand All @@ -11,5 +12,3 @@ dependencies:
- pyyaml
- numpy
- packaging
- ska_helpers
- testr

0 comments on commit 3b4beeb

Please sign in to comment.