Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed May 12, 2024
1 parent 46dda69 commit 98247c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 168 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github --pytest
#
name: build
name: CI

on:
push:
Expand Down Expand Up @@ -57,7 +57,8 @@ jobs:
shell: bash
run: |
set -e
pip install resvg_py --find-links dist --force-reinstall
pip install uv
uv pip install resvg_py --find-links dist --force-reinstall
pip install pytest
pytest
- name: pytest
Expand Down Expand Up @@ -107,7 +108,8 @@ jobs:
shell: bash
run: |
set -e
pip install resvg_py --find-links dist --force-reinstall
pip install uv
uv pip install resvg_py --find-links dist --force-reinstall
pip install pytest
pytest
Expand Down Expand Up @@ -141,7 +143,8 @@ jobs:
shell: bash
run: |
set -e
pip install resvg_py --find-links dist --force-reinstall
pip install uv
uv pip install resvg_py --find-links dist --force-reinstall
pip install pytest
pytest
Expand Down
164 changes: 0 additions & 164 deletions .github/workflows/pytest.yaml

This file was deleted.

0 comments on commit 98247c4

Please sign in to comment.