Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Jan 8, 2025
1 parent 3a6f249 commit 8f1594c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install from source
# This is required for the pre-commit tests
shell: pwsh
run: uv pip install --system -e . wheel setuptools
run: uv pip install --system -e . wheel "setuptools==58.1.0"
# - name: Conda list
# shell: pwsh
# run: conda list
Expand Down
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: Apache-2.0

__version__ = "0.7.0b2"
__version__ = "0.7.0b3"

0 comments on commit 8f1594c

Please sign in to comment.