Skip to content

Commit

Permalink
Remove pip env file; revert pipbuild env changes (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering authored Oct 8, 2024
1 parent 0fc4f5e commit c00486b
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 c00486b

Please sign in to comment.