Skip to content

Commit

Permalink
Merge pull request #407 from ag2ai/fix-ci
Browse files Browse the repository at this point in the history
CI fix
  • Loading branch information
davorrunje authored Jan 8, 2025
2 parents 943bc51 + 8f1594c commit 087d3d5
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 087d3d5

Please sign in to comment.