Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Feb 17, 2024
1 parent 66b93fe commit f33494c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
run-tests:
Expand All @@ -29,7 +31,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python3 -m pip install pytest pyyaml parsl prettyprint schema
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pytest pyyaml parsl prettyprint schema
- name: Run tests
run: pytest
run: python3 -m pytest

0 comments on commit f33494c

Please sign in to comment.