Skip to content

Commit

Permalink
fix: use python3.11 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Aug 26, 2024
1 parent 245ef18 commit edb2468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/materialization_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- uses: actions/cache@v2
with:
path: ~/.cache/pip
Expand All @@ -47,7 +47,7 @@ jobs:
with:
auto-update-conda: true
auto-activate-base: true
python-version: 3.9
python-version: 3.11
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit edb2468

Please sign in to comment.