Skip to content

Commit

Permalink
Use python3.11 generate-json-schema (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Jan 31, 2024
1 parent 7be030f commit db9a5ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install AWS
run: pip install awscli
- name: Install dstack
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install AWS
run: pip install awscli
- name: Install dstack
Expand Down

0 comments on commit db9a5ae

Please sign in to comment.