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