Skip to content

Commit

Permalink
update python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 12, 2024
1 parent 0e1ac91 commit e2762bc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: ./script/bootstrap
- name: Run migrations
run: PYTHONPATH=. alembic upgrade head
- name: Run tests
run: ./script/test
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install dependencies
run: ./script/bootstrap
- name: Run migrations
run: PYTHONPATH=. alembic upgrade head
- name: Run tests
run: ./script/test

0 comments on commit e2762bc

Please sign in to comment.