Skip to content

Commit

Permalink
Updated screenshots.yml (#4)
Browse files Browse the repository at this point in the history
Use pip to install project
  • Loading branch information
TimeTravelPenguin authored Jan 15, 2024
1 parent b0067f9 commit 82a0b54
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Rich-codex

permissions:
contents: write

on:
workflow_dispatch:
push:
branches:
- dev-implement-click

jobs:
rich_codex:
runs-on: ubuntu-latest
Expand All @@ -16,11 +21,8 @@ jobs:
with:
python-version: 3.12

- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install BAET
run: pip install .

- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
Expand Down

0 comments on commit 82a0b54

Please sign in to comment.