Skip to content

build(deps): update rich requirement from ~=13.8.1 to ~=13.9.2 in the others group #191

build(deps): update rich requirement from ~=13.8.1 to ~=13.9.2 in the others group

build(deps): update rich requirement from ~=13.8.1 to ~=13.9.2 in the others group #191

Workflow file for this run

---
name: Verify PR
on:
push:
branches:
- ci-testing*
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- name: Set up uv
run: |
curl -LsSf https://astral.sh/uv/0.4.15/install.sh | sh
- name: Set up Python
run: |
uv python install --python-preference=system python3.12
- name: install python libs
run: uv sync
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: |
npm install
echo "$GITHUB_WORKSPACE/node_modules/.bin" >> "$GITHUB_PATH"
- name: Build the page
run: |
just generate