Skip to content

Commit

Permalink
without setup-python changes 3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Nov 7, 2024
1 parent a6d6ef9 commit 62051cb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
- uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
- uses: priya-kinthali/setup-python@test-930
with:
python-version: ${{ matrix.python-version }}
# - uses: priya-kinthali/setup-python@test-930
# with:
# python-version: ${{ matrix.python-version }}

# - name: Install Python ${{ matrix.python-version }} on macOS
# if: runner.os == 'macOS'
# run: |
# brew update
# brew install pyenv
# pyenv install ${{ matrix.python-version }}
# pyenv global ${{ matrix.python-version }}
# python -m pip install --upgrade pip
- name: Install Python ${{ matrix.python-version }} on macOS
if: runner.os == 'macOS'
run: |
brew update
brew install pyenv
pyenv install ${{ matrix.python-version }}
pyenv global ${{ matrix.python-version }}
python -m pip install --upgrade pip
- name: Prepare Ubuntu xvfb
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 62051cb

Please sign in to comment.