Skip to content

Commit

Permalink
glibcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Sep 24, 2024
1 parent a98b8de commit 8905749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
python-version: ${{ matrix.python-version }}
activate-environment: ${{ env.CONDA_ENV }}

# Fix "version `GLIBCXX_3.4.30' not found (required by xoscar_store.cpython-311-x86_64-linux-gnu.so)" issue in Python 3.11
# Fix "version `GLIBCXX_3.4.30' not found (required by xoscar_store.cpython-311-x86_64-linux-gnu.so)" issue
- name: Install libstdcxx-ng for Python 3.11
if: ${{ (matrix.module != 'gpu') && (matrix.os == 'ubuntu-latest') && (matrix.python-version == '3.11') }}
if: ${{ (matrix.module != 'gpu') && (matrix.os == 'ubuntu-latest') }}
run: |
conda install -c conda-forge libstdcxx-ng
Expand Down

0 comments on commit 8905749

Please sign in to comment.