Skip to content

Commit

Permalink
Missing pip dependency
Browse files Browse the repository at this point in the history
__original_commit__ = fairinternal/xformers@7575be36436ca2e88a3d68e45dd556afc64222d8
  • Loading branch information
danthe3rd authored and xFormers Bot committed Jan 13, 2023
1 parent 2e9e018 commit af15c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ jobs:
- checkout
- run: git submodule update --init --recursive
- run: printenv
- run: python -m pip install packaging
- run:
name: conda build for py3_9
no_output_timeout: 20m
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
run: |
set -Eeuo pipefail
git config --global --add safe.directory "*"
$PY -m pip install packaging
version=`$PY packaging/compute_wheel_version.py`
echo "BUILD_VERSION=$version" >> ${GITHUB_ENV}
cat ${GITHUB_ENV}
Expand Down

0 comments on commit af15c68

Please sign in to comment.