Skip to content

Commit

Permalink
Make change in GPU section
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Jan 11, 2025
1 parent 47da783 commit 0f5892a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Install requirements
run: |
apt install -y python3 -python3-pip
apt install -y python3 python3-pip
bash .github/workflows/scripts/install_git_cli.sh
apt install -y --no-install-recommends libgfortran5 unzip
Expand Down Expand Up @@ -136,13 +136,14 @@ jobs:
with:
set-safe-directory: true

- name: Install Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
#- name: Install Python ${{ matrix.python }}
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python }}

- name: Install requirements
run: |
apt install -y python3 python3-pip
bash .github/workflows/scripts/install_git_cli.sh
apt install -y --no-install-recommends libgfortran5 unzip
echo 'core.%p' | tee /proc/sys/kernel/core_pattern
Expand Down

0 comments on commit 0f5892a

Please sign in to comment.