Skip to content

Commit

Permalink
install pytest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Dec 5, 2023
1 parent 7d44c4d commit 02acc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Python application
name: Test astrotemplate-db

on:
push:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .
pip install .[test]
- name: Test with pytest
run: |
pytest tests

0 comments on commit 02acc4f

Please sign in to comment.