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

Bump altair from 5.1.1 to 5.1.2 #114

Bump altair from 5.1.1 to 5.1.2

Bump altair from 5.1.1 to 5.1.2 #114

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "actions/setup-python@v4"
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: requirements.*.txt
- uses: extractions/setup-just@v1
- name: Check formatting, linting and import sorting
run: just check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "actions/setup-python@v4"
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: requirements.*.txt
- uses: extractions/setup-just@v1
- name: Run tests
run: |
just test