We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab86c95 commit d40e53cCopy full SHA for d40e53c
.github/workflows/pyDataPipeline.yaml
@@ -37,7 +37,6 @@ jobs:
37
run: mv pySimpleModel ../pySimpleModel
38
- name: Run Tests on Windows
39
run: |
40
- poetry cache clear pypi --all
41
poetry install
42
pip3 install fair-cli
43
fair registry install
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "data_pipeline_api"
3
-version = "0.8.0"
+version = "0.9.0"
4
description = "Python api to interact with the Fair Data Pipeline"
5
authors = [
6
"Ryan J Field <[email protected]>",
0 commit comments