Skip to content

Commit

Permalink
Merge pull request #28 from lsst-dm/u/womullan/filename
Browse files Browse the repository at this point in the history
output default file name for P6 data
  • Loading branch information
womullan committed Oct 24, 2020
2 parents 63abff5 + 1220f51 commit 16f3531
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/generate.yaml
Expand Up @@ -16,7 +16,12 @@ jobs:
git lfs install
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git lfs pull
- uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ldm503.yaml
Expand Up @@ -19,6 +19,8 @@ jobs:
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git lfs pull
- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Install TeXLive
run: |
Expand All @@ -35,6 +37,7 @@ jobs:
working-directory: ./ldm-503

- name: Build LDM-503

run: make
working-directory: ./ldm-503

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ldm564.yaml
Expand Up @@ -19,6 +19,9 @@ jobs:
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git lfs pull
- uses: actions/setup-python@v2
with:
python-version: 3.7


- name: Install TeXLive
run: |
Expand Down
1 change: 1 addition & 0 deletions milestones.py
Expand Up @@ -116,5 +116,6 @@ def parse_args():

if __name__ == "__main__":
args = parse_args()
print("Working with "+args.pmcs_data)
milestones = milestones.load_milestones(args.pmcs_data, args.local_data)
args.func(args, milestones)

0 comments on commit 16f3531

Please sign in to comment.