Skip to content

Commit

Permalink
Move Legacy Files to deprecated_files/ (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ric-evans and github-actions authored Oct 20, 2022
1 parent 465c9b9 commit 4e9bb81
Show file tree
Hide file tree
Showing 108 changed files with 22 additions and 6 deletions.
24 changes: 20 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ env:

jobs:

test-build-images:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: 'true'
- uses: actions/checkout@v3
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.2
- name: Build Docker Image
run: |
docker build --no-cache -t icecube/skymap_scanner:local .
- name: Build Singularity Image
run: |
sudo singularity build skymap_scanner.sif docker-daemon://icecube/skymap_scanner:local
ls -lh skymap_scanner.sif
test-run-singularity-dummy-reco:
runs-on: ubuntu-latest
steps:
Expand All @@ -37,10 +56,7 @@ jobs:
run: |
set -x
./MQClient/resources/docker-pulsar.sh
- name: Apptainer/Singularity Deps
run: |
sudo apt-get -y install squashfuse fuse2fs
- uses: eWaterCycle/setup-apptainer@v1
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.2
- name: Build Docker Image
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ packaging==21.3
# matplotlib
pillow==9.2.0
# via matplotlib
pulsar-client==2.10.1
pulsar-client==2.10.2
# via wipac-mqclient
pyerfa==2.0.0.1
# via astropy
Expand All @@ -64,7 +64,7 @@ pyyaml==6.0
# via astropy
requests==2.28.1
# via wipac-dev-tools
scipy==1.9.2
scipy==1.9.3
# via healpy
six==1.16.0
# via
Expand Down

0 comments on commit 4e9bb81

Please sign in to comment.