Skip to content

Commit

Permalink
CI: build with notmuch2 and python up to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg committed Nov 26, 2021
1 parent cb648c2 commit 88d675e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-ubuntu:
strategy:
matrix:
python: [3.6, 3.7, 3.8]
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
name: Build (Python ${{ matrix.python }})
runs-on: ubuntu-18.04
steps:
Expand All @@ -22,11 +22,11 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y notmuch python3-notmuch python3-venv flake8
sudo apt-get install -y notmuch python3-notmuch2 python3-venv flake8
python3 -m venv env
source ./env/bin/activate
pip install setuptools pytest dkimpy
ln -s /usr/lib/python3/dist-packages/notmuch ./env/lib/python*/site-packages
ln -s /usr/lib/python3/dist-packages/notmuch2 ./env/lib/python*/site-packages
- name: flake8 lint
run: |
source ./env/bin/activate
Expand Down

0 comments on commit 88d675e

Please sign in to comment.