Skip to content

Commit

Permalink
Merge branch 'robintw:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqiaogh committed Aug 29, 2024
2 parents 4e848e8 + 801824e commit 29b6556
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-py6s-conda-install-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# * is a special character in YAML so you have to quote this string
# at 07:14 on a Sunday
- cron: '14 7 * * 0'
workflow_dispatch:
jobs:
test-py6s:
name: Test Py6S from conda install
Expand All @@ -21,8 +22,9 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: py6s-test
miniconda-version: "latest"
- shell: bash -l {0}
run: |
conda install py6s
- shell: bash -l {0}
run: python -c "from Py6S import *; SixS.test()"
run: python -c "from Py6S import *; SixS.test()"
3 changes: 2 additions & 1 deletion .github/workflows/test-py6s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: py6s-test
miniconda-version: "latest"
- name: Install conda dependencies
shell: bash -l {0}
run: |
Expand All @@ -37,4 +38,4 @@ jobs:
run: coverage report
- uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
file: ./coverage.xml

0 comments on commit 29b6556

Please sign in to comment.