Skip to content

Commit

Permalink
Update and rename python-app.yml to tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Nov 12, 2024
1 parent a841e4f commit d61cbee
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Run Tests

on:
Expand Down Expand Up @@ -31,10 +28,10 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Install dependencies with uv
- name: Setup venv and install pip dependencies
run: |
uv venv && uv sync --all-extras --dev
- name: Run Tests
- name: Run tests
run: |
source .venv/bin/activate && python tests.py

0 comments on commit d61cbee

Please sign in to comment.