Skip to content

Commit

Permalink
Merge branch 'main' into update-cost-expr-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 9, 2024
2 parents 705f999 + c00486b commit fd20445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr-ci-pipbuild-environment.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: .github/workflows/pr-ci-pipbuild-environment.yml
environment-name: pipbuild
create-args: >-
python=3.11
pip
python-build
post-cleanup: all
cache-environment: true
- name: Build package
Expand All @@ -128,3 +132,4 @@ jobs:
with:
package_name: calliope
version: ${{needs.pre-release-version.outputs.version}}
pip_args: ''

0 comments on commit fd20445

Please sign in to comment.