Skip to content

Commit

Permalink
Bump ord-schema and python
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes committed Oct 18, 2024
1 parent 875fedc commit dee1015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Submission
on: [pull_request, push]

env:
ORD_SCHEMA_TAG: v0.3.87
ORD_SCHEMA_TAG: v0.3.93

jobs:
count_reactions:
Expand All @@ -33,7 +33,7 @@ jobs:
path: ord-schema
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install ord_schema
run: |
cd "${GITHUB_WORKSPACE}/ord-schema"
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
cat changed_data_files.txt
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
if: env.NUM_CHANGED_FILES != '0'
- name: Install ord_schema
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.github/workflows/validation.yml'

env:
ORD_SCHEMA_TAG: v0.3.87
ORD_SCHEMA_TAG: v0.3.93

jobs:
validate_database:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
path: ord-schema
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install ord_schema
run: |
cd "${GITHUB_WORKSPACE}/ord-schema"
Expand Down

0 comments on commit dee1015

Please sign in to comment.