diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 844fda93..48a5ee97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: pipx install -e rats-devtools/ - name: "poetry-install" run: | - rats-devtools install ${{ matrix.component }}/ + rats-devtools ci poetry-install ${{ matrix.component }}/ - id: package-info name: package-info run: | @@ -155,14 +155,15 @@ jobs: - name: "poetry-install" run: | # I would like to optimize this soon before these steps become too slow - rats-devtools install rats-devtools/ - rats-devtools install rats-pipelines/ - rats-devtools install rats-processors/ - rats-devtools install rats-examples-sklearn/ + rats-devtools ci poetry-install rats-apps/ + rats-devtools ci poetry-install rats-devtools/ + rats-devtools ci poetry-install rats-pipelines/ + rats-devtools ci poetry-install rats-processors/ + rats-devtools ci poetry-install rats-examples-sklearn/ - name: "build-docs" run: | - rats-devtools build-api-docs - rats-devtools mkdocs-build + rats-devtools docs sphinx-build + rats-devtools docs mkdocs-build - name: "upload-gh-pages" uses: actions/upload-pages-artifact@v3 with: diff --git a/.gitignore b/.gitignore index 9c57cca8..b68b9931 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ # rats-devtools generates these files for us bin/*.pipx + +# Aider tracks conversation history in-repo, so ignoring these files +.aider* diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index a333d3f7..a0220fd8 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -2,7 +2,7 @@ -