Skip to content

Commit

Permalink
try to resolve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Dec 21, 2023
1 parent cc018d6 commit b9a6b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
tags: ['v*']

jobs:

linux:
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -28,6 +27,7 @@ jobs:
environment-file: environment.yml
condarc: |
channels:
- neutrons
- mantid
- oncat
- conda-forge
Expand Down Expand Up @@ -67,16 +67,13 @@ jobs:
- name: Build python wheel # cannot be used without mantid
shell: bash -l {0}
run: |
# python3 -m pip install setuptools>=48.0.0
pip install check-wheel-contents
python -m build --wheel --no-isolation
check-wheel-contents dist/addie-*.whl # currently bad package
- name: Build conda libraray
shell: bash -l {0}
run: |
# set up environment
# python3 -m pip install setuptools>=47.0.0
conda install -y anaconda-client conda-build conda-verify boa
cd conda.recipe
echo "versioningit $(versioningit ../)"
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: addie
channels:
- conda-forge
- neutrons
- mantid
- oncat
- conda-forge
dependencies:
- python>=3.8
- build
- configparser
- flake8
Expand Down

0 comments on commit b9a6b83

Please sign in to comment.