Skip to content

Commit

Permalink
Merge branch 'master' into fix/chat-new-tag-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xkopenreview authored Dec 19, 2024
2 parents e6c3e0e + 1afa0ad commit 8aac258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
cache-dependency-path: |
openreview-api/package-lock.json
openreview-web/package-lock.json
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Setup openreview-py
run: |
cd openreview-py
Expand Down

0 comments on commit 8aac258

Please sign in to comment.