Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kreshuklab/plant-seg into qy/fix-…
Browse files Browse the repository at this point in the history
…nuc-fix
  • Loading branch information
qin-yu committed Jan 22, 2025
2 parents 9c9e747 + fcadb5a commit 9e93736
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
shell: bash -l {0}
run: conda info --envs

# Disable `anaconda_telemetry` to avoid errors (issue 379)
- name: Configure Conda
run: |
echo "anaconda_telemetry: false" > ~/.condarc
# Build the PlantSeg Conda package (for screenshots in documentation)
- name: Build PlantSeg Package
shell: bash -l {0}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
shell: bash -l {0}
run: conda info --envs

# Disable `anaconda_telemetry` to avoid errors (issue 379)
- name: Configure Conda
run: |
echo "anaconda_telemetry: false" > ~/.condarc
# Build the PlantSeg Conda package
- name: Build PlantSeg Package
shell: bash -l {0}
Expand Down

0 comments on commit 9e93736

Please sign in to comment.