Skip to content

Commit

Permalink
make job run
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy committed Oct 23, 2024
1 parent 3e8c49e commit 4bb0adc
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Lance File Write Read Round Trip Verification
on: [pull_request]

jobs:
download:
runs-on: ubuntu-latest
run:
name: Lance File Write Read Round Trip Verification
runs-on: "ubuntu-24.04"

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4bb0adc

Please sign in to comment.