Skip to content

Commit

Permalink
new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed Apr 24, 2024
1 parent 63abebc commit fab23cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -43,6 +44,4 @@ jobs:

- name: Testing with Pytest
working-directory: ./tests
run: |
source $VENV
poetry run pytest .
run: poetry run pytest .

0 comments on commit fab23cb

Please sign in to comment.