Skip to content

Commit

Permalink
Merge pull request #112 from ratt-ru/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Athanaseus authored Jun 2, 2023
2 parents 07910cf + a5f1ae7 commit a718bda
Show file tree
Hide file tree
Showing 6 changed files with 1,894 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-2
key: install-${{ env.INSTALL_CACHE_HASH }}-4

- name: Install Poetry
if: steps.cache-installs.outputs.cache-hit != 'true'
Expand All @@ -43,7 +43,7 @@ jobs:
run: poetry install --extras "testing"

- name: Test command
run: poetry run python bin/shadems --help
run: poetry run shadems --help

- name: Run testsuite
run: poetry run py.test -vvv shade_ms/
Expand All @@ -52,7 +52,7 @@ jobs:
run: curl https://ratt-public-data.s3.af-south-1.amazonaws.com/test-data/HLTau_B6cont.calavg.tav300s.tar.xz | tar xJf -

- name: Run end to end test
run: poetry run python bin/shadems HLTau_B6cont.calavg.tav300s
run: poetry run shadems HLTau_B6cont.calavg.tav300s


# deploy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'

- name: Cache Installations
id: cache-installs
uses: actions/cache@v3
with:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-2
key: install-${{ env.INSTALL_CACHE_HASH }}-3

- name: Install Poetry
if: steps.cache-installs.outputs.cache-hit != 'true'
Expand Down
8 changes: 0 additions & 8 deletions bin/shadems

This file was deleted.

Loading

0 comments on commit a718bda

Please sign in to comment.