Skip to content

Commit

Permalink
feat: minimal gt4sd with only RT support.
Browse files Browse the repository at this point in the history
Signed-off-by: Ubuntu <[email protected]>
  • Loading branch information
drugilsberg committed Jul 21, 2023
1 parent ea9c299 commit b9ee727
Show file tree
Hide file tree
Showing 332 changed files with 42 additions and 63,019 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/docs.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pypi.yaml

This file was deleted.

19 changes: 3 additions & 16 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,31 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
defaults:
run:
shell: bash -l {0} # for conda command
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: gt4sd
environment-file: conda.yml
auto-activate-base: false
use-only-tar-bz2: true
- name: Install gt4sd from source
run: |
conda activate gt4sd
pip install --no-deps .
pip install -r dev_requirements.txt
pip install -r requirements.txt
pip install .
- name: Check black
run: |
conda activate gt4sd
python -m black src/gt4sd --check --diff --color
# - name: Check isort
# run: |
# conda activate gt4sd
# python -m isort src/gt4sd --check-only
- name: Check flake8
run: |
conda activate gt4sd
python -m flake8 --disable-noqa --per-file-ignores="__init__.py:F401" src/gt4sd
- name: Check mypy
run: |
conda activate gt4sd
python -m mypy src/gt4sd
- name: Run pytests
run: |
conda activate gt4sd
python -m pytest -sv
- name: Test entry-points
run: |
conda activate gt4sd
gt4sd-trainer --help
gt4sd-inference --help
gt4sd-saving --help
Expand Down
15 changes: 0 additions & 15 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit b9ee727

Please sign in to comment.