Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Nov 22, 2023
1 parent 048a121 commit 701971d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will install Python dependencies and run tests with different Python versions

name: Test
name: Build & Test

on:
push:
Expand All @@ -26,6 +26,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Code testing
- name: Run tests
run: |
pytest

0 comments on commit 701971d

Please sign in to comment.