Skip to content

Commit

Permalink
Install uv
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Aug 28, 2024
1 parent 26755c3 commit 8900ec1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
run: |
pipx install uv
touch README.md
mkdir -p src/jsonschema_benchmark
touch src/jsonschema_benchmark/__init__.py
- run: make
- run: cat dist/report.csv
- name: Read CSV
Expand Down

0 comments on commit 8900ec1

Please sign in to comment.