Skip to content

Commit

Permalink
Sumatra needs to be installed to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 9, 2024
1 parent ca51c7c commit c45e821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install
run: |
python -m pip install --upgrade pip
pip install -r ci/requirements.txt
pip install -r ci/requirements-test.txt
pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit c45e821

Please sign in to comment.