Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Bump pyarrow from 13.0.0 to 14.0.1 (#949) #657

Bump pyarrow from 13.0.0 to 14.0.1 (#949)

Bump pyarrow from 13.0.0 to 14.0.1 (#949) #657

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install
- name: Build figures
run: make all -j 3
- name: Upload files
uses: actions/upload-artifact@v3
with:
name: files
path: output/*.svg