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 4d03bea commit 84c391cCopy full SHA for 84c391c
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
python-version: "3.13"
15
- uses: pypa/hatch@install
16
+ # TODO: remove after we release codex-sdk package (and are no longer installing from github)
17
- name: setup git url rewrite
18
run: git config --global url."https://${{ secrets.GH_USERNAME }}:${{ secrets.CLEANLAB_BOT_PAT }}@github.com".insteadOf ssh://[email protected]
19
- run: hatch run types:check
0 commit comments