Skip to content

Commit

Permalink
CI: modernize tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi authored and blais committed Aug 12, 2024
1 parent 59e2008 commit 3bb19de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- run: python -m pip install --upgrade pip
if: runner.os == 'macOS'
- run: python -m pip install setuptools pytest regex click python-dateutil
- run: make build
- run: python -m pip install meson-python ninja pytest
- run: python -m pip install --no-build-isolation -e .
- run: pytest beancount
if: runner.os != 'Windows'

0 comments on commit 3bb19de

Please sign in to comment.