Skip to content

Commit 8096dd4

Browse files
authored
Upgrade tigger-lsm dependency (#95)
* Upgrade tigger-lsm dependency * Deprecate Py3.6 from github test matrix
1 parent d1ef10f commit 8096dd4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test_installation.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ ubuntu-20.04, ubuntu-22.04 ]
17+
os: [ ubuntu-latest ]
1818
python-version: [3.8, 3.9]
19-
include:
20-
- os: ubuntu-20.04
21-
python-version: 3.6
2219

2320
steps:
2421
- uses: actions/checkout@v3

.travis/py3.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN git clone -b v1.7.3 https://github.com/ska-sa/meqtrees-cattery.git
8484
RUN git clone -b v1.5.3 https://github.com/ska-sa/purr.git
8585
RUN git clone -b v1.7.7 https://github.com/ska-sa/owlcat.git
8686
RUN git clone -b v1.4.6 https://github.com/ska-sa/kittens.git
87-
RUN git clone -b v1.7.1 https://github.com/ska-sa/tigger-lsm.git
87+
RUN git clone -b v1.7.3 https://github.com/ska-sa/tigger-lsm.git
8888
RUN git clone -b v1.7.4.3 https://github.com/ska-sa/pyxis.git
8989

9090
RUN pip3 install ./meqtrees-cattery ./purr ./kittens ./tigger-lsm

0 commit comments

Comments
 (0)