Skip to content

Commit

Permalink
use python 3.11 in downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed May 9, 2024
1 parent e2f9e9a commit 05ea79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
fetch-depth: 0
repository: ${{ matrix.repository }}
path: target
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install asdf-transform-schemas
run: cd asdf-transform-schemas && pip install .
- name: Install remaining ${{ matrix.package_name }} dependencies
Expand Down

0 comments on commit 05ea79c

Please sign in to comment.