Skip to content

Commit

Permalink
Fix pr-ci pip-test environment installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Sep 10, 2024
1 parent feeea3a commit c47a5e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-ci-pipbuild-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: pipbuild
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
- build
6 changes: 1 addition & 5 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: pipbuild
create-args: >-
python=3.11
pip
build
environment-file: .github/workflows/pr-ci-pipbuild-environment.yml
post-cleanup: all
cache-environment: true
- name: Build package
Expand Down

0 comments on commit c47a5e5

Please sign in to comment.