Skip to content

Commit

Permalink
update build context
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburt committed Aug 20, 2024
1 parent 229e0a5 commit c35fc7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
anaconda-project run coverage xml
- name: Build Conda Package
run: |
anaconda-project run build
mkdir build
conda build conda-recipe --no-anaconda-upload --no-test --output-folder build
- name: Publish Conda Package (Dev Build)
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
anaconda-project run coverage xml
- name: Build Conda Package
run: |
anaconda-project run build
mkdir build
conda build conda-recipe --no-anaconda-upload --no-test --output-folder build
- name: Publish Conda Package
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down
11 changes: 0 additions & 11 deletions anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ commands:
git clone test/fixtures/git_remote test/fixtures/consumer
python -m test.unit.setup
build:
env_spec: default
unix: |
anaconda-project run clean
mkdir build
conda build conda-recipe --no-anaconda-upload --no-test --output-folder build
build:apidocs:
env_spec: default
unix: |
Expand Down Expand Up @@ -89,10 +82,6 @@ env_specs:

# Project Maintenance and Development
- defaults:anaconda-project
- defaults:conda-build
- defaults:conda-verify
- defaults:setuptools
- defaults:anaconda-client
- defaults:isort
- defaults:pylint
- defaults:black
Expand Down

0 comments on commit c35fc7f

Please sign in to comment.