Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aradermacher committed Oct 25, 2023
1 parent d559ba9 commit bad906d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will install the environment, run the example/Wall
name: wall
name: tests

on:
push:
Expand Down Expand Up @@ -50,5 +50,5 @@ jobs:
- name: run tests
shell: bash -l {0} #new shell
run: |
pytest
cd tests/ && pytest

0 comments on commit bad906d

Please sign in to comment.