Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Rebuild with rerender #4

Merged
merged 3 commits into from
Nov 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cdt_name:
- cos6
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools_2
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_os:
- linux
19 changes: 0 additions & 19 deletions .ci_support/linux_64_python3.7.____cpython.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .ci_support/linux_64_python3.9.____cpython.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools_2
macos_machine:
- x86_64-apple-darwin13.4.0
target_os:
- osx
16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.7.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.8.____cpython.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.9.____cpython.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
channel_sources:
- napari/label/bundle_tools_2,conda-forge
channel_targets:
- napari bundle_tools_2
target_os:
- win
12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.7.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.9.____cpython.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
name: automerge
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}
Loading