Skip to content

Commit

Permalink
chore: update mike workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Oct 14, 2024
1 parent 1f6c3f4 commit 91bfee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- uses: pre-commit/[email protected]
test-unit:
name: Test Unit Python ${{ matrix.python-version }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ jobs:
- uses: oleksiyrudenko/[email protected]
with:
token: "${{ secrets.PAT_CLATOOL }}"

- name: Upload Docs
run: |
# sudo apt update
# sudo apt install gnome-keyring
BRANCH=$(echo $GITHUB_REF | cut -d / -f 3)
echo $BRANCH
pip3 install poetry=="1.5.1"
Expand Down

0 comments on commit 91bfee9

Please sign in to comment.