Skip to content

Commit

Permalink
update ci.yml and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
NishchayKarle committed Feb 16, 2024
1 parent 49653ef commit 28cc5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python3 -m pip install pytest pyyaml parsl pprint schema
run: python3 -m pip install pytest pyyaml parsl prettyprint schema

- name: Run tests
run: pytest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
parsl
pyyaml
schema
pprint
prettyprint

0 comments on commit 28cc5d4

Please sign in to comment.