Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wirctest #54

Merged
merged 58 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c69ac5a
Add test pipeline for wirc
robertdstein Jul 29, 2022
d178321
Swap to pre-made cals
robertdstein Jul 29, 2022
3cc2f2d
Add new helper function for cals
robertdstein Jul 29, 2022
d7117c9
Add option to NOT catch all errors
robertdstein Jul 29, 2022
979d34c
no need for kwarg
robertdstein Jul 29, 2022
6eb470e
Test data loader
robertdstein Jul 29, 2022
89c404e
Add winterdrp_code_dir
robertdstein Jul 29, 2022
7e47d16
Clone test data if not found, then unzip
robertdstein Jul 29, 2022
fea4d62
Use test data
robertdstein Jul 29, 2022
550804e
Try activating github actions
robertdstein Jul 29, 2022
42076e3
Set python 3.10
robertdstein Jul 29, 2022
be7dbcb
Try without conda for now
robertdstein Jul 29, 2022
2374429
String python 3.10
robertdstein Jul 29, 2022
796392f
Add confluent_kafka dependency
robertdstein Jul 29, 2022
bb17511
Use SSH key for pulling
robertdstein Jul 29, 2022
356fd11
Use ssh key manager
robertdstein Jul 29, 2022
f45df58
Fix indenting
robertdstein Jul 29, 2022
f984879
Fix indenting
robertdstein Jul 29, 2022
c897b83
split blocks
robertdstein Jul 29, 2022
c391d67
Go back to the future
robertdstein Jul 29, 2022
e1c26e5
Go back from back to the future
robertdstein Jul 29, 2022
78b009a
Set data dir
robertdstein Jul 29, 2022
6830ad5
Use conda for swarp et al
robertdstein Jul 29, 2022
fd0685b
Remove floating -
robertdstein Jul 29, 2022
aa1e778
Use premade conda
robertdstein Jul 29, 2022
3b58f2c
Activate conda env
robertdstein Jul 29, 2022
41450da
Try base
robertdstein Jul 29, 2022
b933278
Use conda for python too
robertdstein Jul 29, 2022
327dede
Use conda env with python 3.10
robertdstein Jul 29, 2022
fd174a2
Use conda env with python 3.10
robertdstein Jul 29, 2022
f03f652
Try explicitly activating environment
robertdstein Jul 29, 2022
fb4e6a6
Try actually activating environment
robertdstein Jul 29, 2022
f78ba2c
Try auto-base
robertdstein Jul 29, 2022
d2c3e29
Try
robertdstein Jul 29, 2022
67076f0
Try more
robertdstein Jul 29, 2022
01d8efd
Really use pip
robertdstein Jul 29, 2022
7fbcfc7
Start messing with python paths
robertdstein Jul 29, 2022
ebd854d
More path-messing
robertdstein Jul 29, 2022
ae00244
Try environment.yml
robertdstein Jul 29, 2022
4afc321
Try less deep path
robertdstein Jul 29, 2022
66fb729
Better without typo
robertdstein Jul 29, 2022
e43e4a6
Try more deep path
robertdstein Jul 29, 2022
7fc1e9f
Dump env from my laptop
robertdstein Jul 29, 2022
5efd333
less packages
robertdstein Jul 29, 2022
2e78d97
Be less picky with pip
robertdstein Jul 29, 2022
1c13443
Hail mary
robertdstein Jul 30, 2022
c68c340
Revert to non-zip-git
robertdstein Jul 31, 2022
098f422
Default to raising errors immediately
robertdstein Jul 31, 2022
fb9698b
Go for apt-get
robertdstein Aug 2, 2022
ea651dc
sudo
robertdstein Aug 2, 2022
b90038d
install sextractor
robertdstein Aug 2, 2022
e68580b
actually install sextractor
robertdstein Aug 2, 2022
2358d63
Add swarp/scamp
robertdstein Aug 2, 2022
9ac7e6c
Add python install
robertdstein Aug 2, 2022
6ddece9
Set output directory
robertdstein Aug 2, 2022
3953724
Try six places
robertdstein Aug 2, 2022
35a90fe
Try six places
robertdstein Aug 2, 2022
1a9ca79
Try four places
robertdstein Aug 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use conda for python too
robertdstein committed Aug 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b9332789aec33cc85e53d56ddf7d87b2e9ba5c9f
7 changes: 1 addition & 6 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
@@ -33,12 +33,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Set up the python versions
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

# Runs a set of commands using the runners shell
- name: set up ssh
uses: webfactory/ssh-agent@v0.5.4
@@ -51,6 +45,7 @@ jobs:
with:
auto-activate-base: true
activate-environment: ""
python-version: ${{ matrix.python-version }}

# Set up conda and install astro packages
- name: Set up conda