Commit 8096dd4 1 parent d1ef10f commit 8096dd4 Copy full SHA for 8096dd4
File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- os : [ ubuntu-20.04, ubuntu-22.04 ]
17
+ os : [ ubuntu-latest ]
18
18
python-version : [3.8, 3.9]
19
- include :
20
- - os : ubuntu-20.04
21
- python-version : 3.6
22
19
23
20
steps :
24
21
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ RUN git clone -b v1.7.3 https://github.com/ska-sa/meqtrees-cattery.git
84
84
RUN git clone -b v1.5.3 https://github.com/ska-sa/purr.git
85
85
RUN git clone -b v1.7.7 https://github.com/ska-sa/owlcat.git
86
86
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
88
88
RUN git clone -b v1.7.4.3 https://github.com/ska-sa/pyxis.git
89
89
90
90
RUN pip3 install ./meqtrees-cattery ./purr ./kittens ./tigger-lsm
You can’t perform that action at this time.
0 commit comments