diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55cbcbe5..58f7ef1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: python3 -m pip install 'setuptools<61' - name: Python Dependencies (all) - run: python3 -m pip install Cython pytest toml + run: python3 -m pip install Cython pytest pyparsing toml - name: Python Dependencies (all) run: python3 -m pip install scikit-build