Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <dranelt@ornl.gov>
  • Loading branch information
Lance-Drane committed Jun 5, 2024
1 parent 7c34c7f commit f8af34b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
python-version: "3.8"
cache: true
- name: Install dependencies
run: pdm sync --dev -G:all
- name: Lint
run: |
pdm run ruff format --check
pdm ruff check
pdm venv create --with-pip --force $PYTHON
pdm sync --dev -G:all
- run: |
ruff format --check
ruff check
pdm run lint-mypy
test:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: true
- name: Install dependencies
run: pdm sync --dev -G:all
- name: Test
run: pdm run test-all
run: |
pdm venv create --with-pip --force $PYTHON
pdm sync --dev -G:all
- run: pdm run test-all

0 comments on commit f8af34b

Please sign in to comment.