Skip to content

Commit

Permalink
Merge pull request #40 from Athanaseus/master
Browse files Browse the repository at this point in the history
Update test_installation.yml
  • Loading branch information
Athanaseus authored Feb 22, 2023
2 parents d42ae7d + bcf62c9 commit a0f50a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
os: [ ubuntu-20.04, ubuntu-22.04 ]
python-version: ["3.8", "3.9", "3.10"]
include:
- os: ubuntu-20.04
python-version: 3.6

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -70,4 +73,4 @@ jobs:
- name: Test .lsm to ds9 region file conversion
run: |
echo "Checking lsm.html to .reg conversion"
tigger-convert $GITHUB_WORKSPACE/test/3C147-HI6.refmodel.lsm.html /tmp/3C147-HI6.refmodel.lsm.reg -f
tigger-convert $GITHUB_WORKSPACE/test/3C147-HI6.refmodel.lsm.html /tmp/3C147-HI6.refmodel.lsm.reg -f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "1.7.2"
__version__ = "1.7.3"

# PyQt 5 has not been added here are. It needs to be installed via apt-get which is a Tigger v1.6.0 requirement.
requirements = ['astro_kittens', 'numpy', 'scipy', 'astlib', 'astropy', 'future', 'python-casacore']
Expand Down

0 comments on commit a0f50a3

Please sign in to comment.