Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Dec 3, 2024
1 parent 6f0199d commit e1ff47c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,14 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4


- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
python-version-file: "pyproject.toml"

- name: Install the project
run: uv sync --all-extras --dev

- name: Install dependencies
run: |
uv python install
python -m pip install --upgrade pip
pip install .
- name: Update README
run: |
uv run docs/update_readme.py
Expand Down

0 comments on commit e1ff47c

Please sign in to comment.