Skip to content

Commit

Permalink
Updated dependencies, adjusted CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaszanas committed Aug 21, 2024
1 parent c8881c1 commit 3888869
Show file tree
Hide file tree
Showing 2 changed files with 1,421 additions and 1,285 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a

# TODO: No need to install all dependencies, only pre-commit
- name: Install the current project package
run: poetry install
# Installing only development dependencies (for pre-commit)
- name: Install development dependencies
run: poetry install --with dev

- name: Install pre-commit.
- name: Initialize pre-commit
run: pre-commit install
- name: Run pre-commit on all files.
run: pre-commit run --all-files
Expand All @@ -41,10 +41,6 @@ jobs:
run: |
make action_compose_test
# REVIEW: Should this be replaced with Dockerized tests?
- name: Test with pytest
run: poetry run pytest -m minor --ignore-glob='test_*.py' tests/test_cases/ --cov=sc2_datasets --cov-report term-missing --cov=xml

# TODO: This may be ran in docker:
# See if the documentation builds correctly:
- name: Build documentation
Expand Down
Loading

0 comments on commit 3888869

Please sign in to comment.