Skip to content

Commit

Permalink
[CI] Comment clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-sprenger authored Sep 25, 2024
1 parent f6b4445 commit d34af88
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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
# This workflow will run package tests

name: Python application
name: Python tests

on:
push:
Expand All @@ -23,10 +22,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
- name: Install hatch
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Test with pytest
- name: Run tests using hatch
run: |
hatch test

0 comments on commit d34af88

Please sign in to comment.