We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94705e4 commit e8c2067Copy full SHA for e8c2067
.github/workflows/deploy_conda.yml
@@ -1,8 +1,8 @@
1
name: Deploy MSlice
2
3
-on:
4
- release:
5
- types: [published]
+on: push
+# release:
+# types: [published]
6
7
jobs:
8
build_conda_and_upload:
@@ -28,5 +28,5 @@ jobs:
28
- name: Publish conda package
29
uses: ./.github/actions/publish-package
30
with:
31
- label: main
+ label: separate_mslice_test # main
32
token: ${{ secrets.ANACONDA_API_TOKEN }}
conda/meta.yaml
@@ -27,8 +27,8 @@ requirements:
27
run:
- python
- pip
- - mantid
- - mantidqt
+ - mantid>=6.11
+ - mantidqt>=6.11
- ipython
33
- matplotlib
34
- numpy
0 commit comments