Skip to content

Commit

Permalink
Merge branch 'release/v3.3.3' into release/v3.3.4-target
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 7, 2023
2 parents 8d68f34 + 95021bd commit f2f550a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@ jobs:
include:
- os: macOS-latest
task: regular
python_version: 3.6
python_version: '3.8'
- os: macOS-latest
task: sdist
python_version: 3.9
python_version: '3.9'
- os: macOS-latest
task: bdist
python_version: 3.8
python_version: '3.7'
- os: macOS-latest
task: if-else
python_version: 3.8
python_version: '3.8'
- os: macOS-latest
task: mpi
method: source
python_version: 3.9
python_version: '3.9'
- os: macOS-latest
task: mpi
method: pip
python_version: 3.6
python_version: '3.10'
- os: macOS-latest
task: mpi
method: wheel
python_version: 3.7
python_version: '3.7'
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand All @@ -67,7 +67,7 @@ jobs:
fi
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
export LGB_VER=$(head -n 1 VERSION.txt)
export CONDA=${HOME}/miniconda
export CONDA=${HOME}/miniforge
export PATH=${CONDA}/bin:${PATH}
$GITHUB_WORKSPACE/.ci/setup.sh || exit -1
$GITHUB_WORKSPACE/.ci/test.sh || exit -1
Expand Down

0 comments on commit f2f550a

Please sign in to comment.