Skip to content

Commit

Permalink
Merge branch 'main' into restructure-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
endast authored May 15, 2024
2 parents c7e9dae + 308714d commit 33823c2
Show file tree
Hide file tree
Showing 193 changed files with 5,531 additions and 2,751 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-gh-action
environment-file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-gh-action
environment-file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_preprocessing_env.yml
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_preprocessing_env.yml
Expand All @@ -136,7 +136,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_preprocessing_env.yml
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_preprocessing_env.yml
Expand Down
29 changes: 25 additions & 4 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0

- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
Expand All @@ -19,16 +20,16 @@ jobs:
run: pip install -e ${{ github.workspace }}
shell: micromamba-shell {0}
- name: Run pytest deeprvat
run: pytest -v ${{ github.workspace }}/tests/deeprvat
run: pytest -n auto -v ${{ github.workspace }}/tests/deeprvat
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Preprocessing:
runs-on: ubuntu-latest
steps:

- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.0

- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-preprocess-gh-action
environment-file: ${{ github.workspace }}/deeprvat_preprocessing_env.yml
Expand All @@ -42,3 +43,23 @@ jobs:
- name: Run pytest preprocessing
run: pytest -v ${{ github.workspace }}/tests/preprocessing
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Annotations:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-annotation-gh-action
environment-file: ${{ github.workspace }}/deeprvat_annotations.yml
cache-environment: true
cache-downloads: true

- name: Install DeepRVAT
run: pip install -e ${{ github.workspace }}
shell: micromamba-shell {0}

- name: Run pytest annotations
run: pytest -n auto -v ${{ github.workspace }}/tests/annotations
shell: micromamba-shell {0}
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3.12"

Expand Down
114 changes: 0 additions & 114 deletions TODOS.md

This file was deleted.

Loading

0 comments on commit 33823c2

Please sign in to comment.