Skip to content

Commit

Permalink
missing, ordered channels for mantid and pyoncatqt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Jan 28, 2025
1 parent f8cb974 commit 462f7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
condarc: |
channels:
- conda-forge
- mantid/label/nightly
- mantid-ornl
- neutrons/label/rc
- oncat
- name: Build python wheel
Expand All @@ -56,7 +56,7 @@ jobs:
cd conda.recipe
echo "versioningit $(versioningit ../)"
# build the package
CHANNELS="--channel conda-forge --channel mantid/label/nightly --channel neutrons/label/rc --channel oncat"
CHANNELS="--channel conda-forge --channel mantid-ornl --channel neutrons/label/rc --channel oncat"
VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
conda verify noarch/shiver*.tar.bz2
- name: Deploy to Anaconda
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:
- versioningit

run:
- mantidworkbench
- mantidworkbench>=6.11.0.3
- pyoncat
- pyoncatqt

Expand Down

0 comments on commit 462f7f5

Please sign in to comment.