summaryrefslogtreecommitdiff
path: root/.github/workflows/cygwin.yml
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump actions/checkout from 3.5.1 to 3.5.2dependabot[bot]2023-04-141-1/+1
* MAINT: Bump actions/checkout from 3.5.0 to 3.5.1dependabot[bot]2023-04-121-1/+1
* MAINT: Bump cygwin/cygwin-install-action from 3 to 4dependabot[bot]2023-04-071-1/+1
* Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-241-1/+1
* Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-161-1/+1
* Merge pull request #23389 from numpy/dependabot/github_actions/egor-tensin/cl...Charles Harris2023-03-141-1/+1
|\
| * Bump egor-tensin/cleanup-path from 1 to 3dependabot[bot]2023-03-141-1/+1
* | Bump cygwin/cygwin-install-action from 2 to 3dependabot[bot]2023-03-141-1/+1
|/
* [StepSecurity] Apply security best practicesStepSecurity Bot2023-03-051-4/+4
* CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-211-1/+1
* CI: stop GitHub Actions jobs from running on merge to mainRalf Gommers2023-02-011-4/+0
* Merge pull request #23073 from DWesl/patch-2Matti Picus2023-01-301-2/+3
|\
| * CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-4/+1
| * CI: Unsplit the Cygwin tests.DWesl2023-01-301-10/+2
| * CI: Revert increase in parallel test processes.DWesl2023-01-281-1/+1
| * CI: Increase number of processes for F2Py testsDWesl2023-01-281-1/+1
| * CI: Run F2Py tests in parallel on CygwinDWesl2023-01-271-2/+3
| * CI: Split F2Py and non-F2Py tests againDWesl2023-01-271-6/+7
| * CI: Run each F2Py test in a separate processDWesl2023-01-271-3/+5
| * FIX: Make sure CI fails if tests fail.DWesl2023-01-231-1/+2
| * CI: Split tests by submodule to see if that works.DWesl2023-01-231-5/+7
| * CI: Use -k to split test cases instead of --ignoreDWesl2023-01-231-2/+2
| * CI: Split up NumPy compiled extension test modulesDWesl2023-01-231-2/+7
* | BUILD: add skipping conditional to github workflows where missingmattip2023-01-291-1/+1
|/
* CI: for Cygwin CI job, do not use `-vv`Ralf Gommers2023-01-221-1/+1
* MAINT: Replace Python3.8 by Python3.9.Charles Harris2022-12-291-15/+15
* CI: Only fetch in actions/checkoutDWesl2022-10-311-4/+2
* TST: Make cygwin build run for branches.Charles Harris2022-10-271-0/+2
* CI: Switch to cygwin/cygwin-install-action@v2DWesl2022-10-271-2/+2
* add permissions to github actionsmattip2022-10-021-0/+3
* CI: Keep OpenBLAS on CygwinDWesl2022-07-051-7/+1
* Merge pull request #20669 from DWesl/cygwin-use-reference-blasSebastian Berg2022-04-201-2/+8
|\
| * CI: Add explanatory comment to workaround stepDWesl2022-04-201-0/+3
| * CI: Run Cygwin CI with Netlib reference BLAS.DWesl2021-12-271-2/+5
* | MAINT: Update setup-cygwin to v3 again.Charles Harris2022-04-161-1/+1
* | MAINT: Fix failing simd and cygwin tests.Charles Harris2022-04-161-1/+2
* | MAINT: bump versions in Github actions configuration to v3.Mariusz Felisiak2022-04-071-2/+2
* | CI: Improve concurrency to cancel running jobs on PR updateHarshCasper2022-02-231-0/+5
* | BUILD: do not run workflows on forksmattip2022-01-251-0/+4
|/
* CI: Print installed package versions on failure on Cygwin.DWesl2021-12-241-3/+7
* TST: Move rebase command to a separate file.DWesl2021-10-281-1/+1
* TST: Change quote style in rebase command.DWesl2021-10-281-1/+1
* TST: Rebase NumPy dlls before running test in Cygwin CI.DWesl2021-10-281-0/+3
* TST: Move all references to python version in Cygwin CI to single file.DWesl2021-10-281-1/+1
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-1/+1
* MAINT: Use Python 3.8 for Cygwin tests.Charles Harris2021-07-281-13/+13
* TST: Add cygwin build to CI (#18330)DWesl2021-07-201-0/+67