File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
17
17
shell : bash -el {0}
18
18
env :
19
- # Cannot use parallel compilation on Windows, see https://github.com/pandas-dev/pandas/issues/30873
20
- # GH 47305: Parallel build causes flaky ImportError: /home/runner/work/pandas/pandas/pandas/_libs/tslibs/timestamps.cpython-38-x86_64-linux-gnu.so: undefined symbol: pandas_datetime_to_datetimestruct
21
- N_JOBS : 1
22
- # N_JOBS: ${{ runner.os == 'Windows' && 1 || 2 }}
19
+ # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
20
+ N_JOBS : ${{ runner.os == 'macOS' && 3 || 2 }}
Original file line number Diff line number Diff line change 30
30
environment-name : ${{ inputs.environment-name }}
31
31
extra-specs : ${{ inputs.extra-specs }}
32
32
channels : conda-forge
33
- channel-priority : ${{ runner.os == 'macOS' && 'flexible' || ' strict' }}
33
+ channel-priority : ' strict'
34
34
condarc-file : ci/condarc.yml
35
35
cache-env : true
36
36
cache-downloads : true
You can’t perform that action at this time.
0 commit comments