Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Nov 15, 2024
1 parent a250f08 commit ab4fd33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Change directory
run: cd pykos

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -46,15 +43,18 @@ jobs:
python-requirements-
- name: Install package
working-directory: ./pykos
run: |
pip install --upgrade --upgrade-strategy eager --extra-index-url https://download.pytorch.org/whl/cpu -e '.[dev]'
- name: Run static checks
working-directory: ./pykos
run: |
mkdir -p .mypy_cache
make static-checks
- name: Run unit tests
working-directory: ./pykos
run: |
make test
Expand Down

0 comments on commit ab4fd33

Please sign in to comment.