Skip to content

Commit

Permalink
test in ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Aug 20, 2024
1 parent 1d18eda commit c46c76d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test-job:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-12]
# Python 3.8 is what we currently support for running cohortextractor
# locally, and 3.9 is what we required for databuilder so we need to make
# sure we can run with those
Expand All @@ -39,6 +39,9 @@ jobs:
with:
persist-credentials: false

- name: Ensure pip cache dir exists
run: mkdir -p ~/.cache/pip

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c46c76d

Please sign in to comment.