Skip to content

Commit

Permalink
MAINT: Migrate from master to main as the default branch name (#626)
Browse files Browse the repository at this point in the history
* MAINT: Migrate from  to

* remove old test from conflict with master
  • Loading branch information
mmcky committed Dec 17, 2022
1 parent b0ac7e8 commit ad61ae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: conda-build
on:
push:
branches:
- master
- main
tags:
- 'v*'
pull_request:
branches:
- master
- main


jobs:
Expand Down
2 changes: 1 addition & 1 deletion quantecon/util/numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _numba_linalg_solve(a, b):
Notes
-----
From github.com/numba/numba/blob/master/numba/targets/linalg.py
From github.com/numba/numba/blob/main/numba/targets/linalg.py
"""
numba_xgesv = _LAPACK().numba_xgesv(a.dtype)
Expand Down
2 changes: 1 addition & 1 deletion quantecon/util/tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
FILES = ['test_file.md']
REPO = "https://github.com/QuantEcon/QuantEcon.py"
RAW = "raw"
BRANCH = "master"
BRANCH = "main"
FOLDER = "quantecon/util/tests/"


Expand Down

0 comments on commit ad61ae8

Please sign in to comment.