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 b29964a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,8 +39,12 @@ 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
if: ${{ matrix.os == 'macos-12' && matrix.python != '3.8' }}
with:
python-version: ${{ matrix.python }}
cache: "pip"
Expand Down

0 comments on commit b29964a

Please sign in to comment.