Skip to content

Commit e8c2067

Browse files
committed
Prepare package with mantid pinned to >=6.11
1 parent 94705e4 commit e8c2067

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy_conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy MSlice
22

3-
on:
4-
release:
5-
types: [published]
3+
on: push
4+
# release:
5+
# types: [published]
66

77
jobs:
88
build_conda_and_upload:
@@ -28,5 +28,5 @@ jobs:
2828
- name: Publish conda package
2929
uses: ./.github/actions/publish-package
3030
with:
31-
label: main
31+
label: separate_mslice_test # main
3232
token: ${{ secrets.ANACONDA_API_TOKEN }}

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ requirements:
2727
run:
2828
- python
2929
- pip
30-
- mantid
31-
- mantidqt
30+
- mantid>=6.11
31+
- mantidqt>=6.11
3232
- ipython
3333
- matplotlib
3434
- numpy

0 commit comments

Comments
 (0)