diff --git a/.github/workflows/pyDataPipeline.yaml b/.github/workflows/pyDataPipeline.yaml index 2a46ac5..14c596c 100644 --- a/.github/workflows/pyDataPipeline.yaml +++ b/.github/workflows/pyDataPipeline.yaml @@ -37,7 +37,6 @@ jobs: run: mv pySimpleModel ../pySimpleModel - name: Run Tests on Windows run: | - poetry cache clear pypi --all poetry install pip3 install fair-cli fair registry install diff --git a/pyproject.toml b/pyproject.toml index daa63dc..1cd55ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data_pipeline_api" -version = "0.8.0" +version = "0.9.0" description = "Python api to interact with the Fair Data Pipeline" authors = [ "Ryan J Field ",