Skip to content

Commit 557cbe9

Browse files
committed
a hack to diable python 3.11 error
1 parent a445e0a commit 557cbe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
5252
- name: Build
5353
run: |
54-
python3 -m venv venv
55-
source venv/bin/activate
54+
sudo find /usr -type f -name "EXTERNALLY-MANAGED" -exec mv -v {} {}.bak \;
5655
make release PRODUCTION_BUILD=1
5756
5857
centos7-gcc:

0 commit comments

Comments
 (0)