Skip to content

Commit

Permalink
Update test.yml to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Jan 10, 2024
1 parent fc33d5c commit 86f9fe8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on: [push, pull_request]

jobs:
setup-environment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/workflows/setup_env.yml
uses: ./.github/workflows/setup_env.yml
with:
python-version: '3.9'

test:
runs-on: ubuntu-latest
needs: setup-environment

steps:
- name: Run tests
run: |
pytest
run: pytest

0 comments on commit 86f9fe8

Please sign in to comment.