Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mathlib-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Oct 23, 2023
2 parents ceec5e1 + 9c5d579 commit c4687a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
on:
push:
pull_request:

jobs:
update_lean_xyz_branch_and_build:
Expand All @@ -9,7 +8,7 @@ jobs:
steps:

- name: checkout project
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -25,7 +24,7 @@ jobs:
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: 3.8

Expand Down

0 comments on commit c4687a3

Please sign in to comment.