Skip to content

Commit

Permalink
Check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 13, 2024
1 parent 7f36c55 commit 03be94e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{matrix.os}}
env:
OS: ${{matrix.os}}
BUILD_PYTHON_VERSION: ${{ startsWith(matrix.os, 'macos') && '3.8.10' || '3.12' }}
BUILD_PYTHON_VERSION: ${{ startsWith(matrix.os, 'macos') && '3.8' || '3.12' }}
defaults:
run:
shell: bash
Expand Down Expand Up @@ -45,8 +45,7 @@ jobs:
python-version: ${{ env.BUILD_PYTHON_VERSION }}
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install build
python -m pip install --upgrade pip setuptools build
- name: Prepare Test Environment
run: python -m pip install -r requirements.txt
- name: Build PyReindexer
Expand Down

0 comments on commit 03be94e

Please sign in to comment.