Skip to content

Commit 366ef67

Browse files
committed
Merge branch 'develop'
2 parents d8c1137 + 186b4b8 commit 366ef67

File tree

3 files changed

+13
-35
lines changed

3 files changed

+13
-35
lines changed

.github/workflows/lint.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ name: lint
33
on: push
44

55
jobs:
6-
call-workflow:
7-
uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Install
10+
run: |
11+
$CONDA/bin/conda config --set solver classic
12+
$CONDA/bin/conda install -c conda-forge -c lsstts pre-commit identify>=2.6 ts-pre-commit-config python=3.11 -y

doc/version_history.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Version History
55
===============
66

7+
v0.14.2
8+
-------
9+
10+
* Update AuxTel Tiles.
11+
* Update github workflows to pin identify v2.6+
12+
713
v0.14.1
814
-------
915

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
Survey Name RA Dec
2-
BLOCK-306 Photo1800-1_001 18:00:34.29 -25:02:39.75
3-
BLOCK-306 Photo1800-1_002 18:00:38.21 -25:02:39.75
4-
BLOCK-306 Photo1800-1_003 18:00:42.12 -25:02:39.75
5-
BLOCK-306 Photo1800-1_004 18:00:46.04 -25:02:39.75
6-
BLOCK-306 Photo1800-1_005 18:00:49.96 -25:02:39.75
7-
BLOCK-306 Photo1800-1_006 18:00:53.88 -25:02:39.75
8-
BLOCK-306 Photo1800-1_007 18:00:57.79 -25:02:39.75
9-
BLOCK-306 Photo1800-1_008 18:01:01.71 -25:02:39.75
10-
BLOCK-306 Photo1800-1_009 18:00:34.29 -25:00:53.25
11-
BLOCK-306 Photo1800-1_010 18:00:38.21 -25:00:53.25
12-
BLOCK-306 Photo1800-1_011 18:00:42.12 -25:00:53.25
13-
BLOCK-306 Photo1800-1_012 18:00:46.04 -25:00:53.25
14-
BLOCK-306 Photo1800-1_013 18:00:49.96 -25:00:53.25
15-
BLOCK-306 Photo1800-1_014 18:00:53.88 -25:00:53.25
16-
BLOCK-306 Photo1800-1_015 18:00:57.79 -25:00:53.25
17-
BLOCK-306 Photo1800-1_016 18:01:01.71 -25:00:53.25
182
BLOCK-306 Photo0800-1_001 08:09:44.61 -36:12:34.00
193
BLOCK-306 Photo0800-1_002 08:09:49.01 -36:12:34.00
204
BLOCK-306 Photo0800-1_003 08:09:53.40 -36:12:34.00
@@ -31,20 +15,3 @@ BLOCK-306 Photo0800-1_013 08:10:02.20 -36:10:12.00
3115
BLOCK-306 Photo0800-1_014 08:10:06.60 -36:10:12.00
3216
BLOCK-306 Photo0800-1_015 08:10:10.99 -36:10:12.00
3317
BLOCK-306 Photo0800-1_016 08:10:15.39 -36:10:12.00
34-
BLOCK-306 SMC_001 00:46:47.52 -73:10:33.60
35-
BLOCK-306 SMC_002 00:48:05.64 -73:10:33.60
36-
BLOCK-306 SMC_003 00:49:23.76 -73:10:33.60
37-
BLOCK-306 SMC_004 00:50:41.88 -73:10:33.60
38-
BLOCK-306 SMC_005 00:52:00.00 -73:10:33.60
39-
BLOCK-306 SMC_006 00:53:18.12 -73:10:33.60
40-
BLOCK-306 SMC_007 00:54:36.24 -73:10:33.60
41-
BLOCK-306 SMC_008 00:55:54.36 -73:10:33.60
42-
BLOCK-306 SMC_009 00:46:49.21 -73:04:54.97
43-
BLOCK-306 SMC_010 00:48:06.91 -73:04:54.97
44-
BLOCK-306 SMC_011 00:49:24.60 -73:04:54.97
45-
BLOCK-306 SMC_012 00:50:42.30 -73:04:54.97
46-
BLOCK-306 SMC_013 00:52:00.00 -73:04:54.97
47-
BLOCK-306 SMC_014 00:53:17.70 -73:04:54.97
48-
BLOCK-306 SMC_015 00:54:35.40 -73:04:54.97
49-
BLOCK-306 SMC_016 00:55:53.09 -73:04:54.97
50-

0 commit comments

Comments
 (0)