From 28cc5d459042bb37f6b0e4182a4d01cd75afa50d Mon Sep 17 00:00:00 2001 From: nishchaykarle Date: Fri, 16 Feb 2024 16:01:07 -0600 Subject: [PATCH] update ci.yml and requirements.txt --- .github/workflows/ci.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69ef4f8..9cb8575 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/requirements.txt b/requirements.txt index 304afd4..2b389d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ parsl pyyaml schema -pprint \ No newline at end of file +prettyprint \ No newline at end of file