Skip to content

Commit eae07b4

Browse files
Update workflow branch names
1 parent db2ce01 commit eae07b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: PyPI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- auto-release
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99
release:
1010
types: [published]
1111

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- checks
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
changes:
@@ -107,7 +107,7 @@ jobs:
107107
if [[ $FAST_COMPILE == "1" ]]; then export AESARA_FLAGS=$AESARA_FLAGS,mode=FAST_COMPILE; fi
108108
if [[ $FLOAT32 == "1" ]]; then export AESARA_FLAGS=$AESARA_FLAGS,floatX=float32; fi
109109
export AESARA_FLAGS=$AESARA_FLAGS,warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe
110-
python -m pytest -x -r A --verbose --runslow --cov=aesara/ --cov-report=xml:coverage/coverage-${MATRIX_ID}.xml --no-cov-on-fail $PART
110+
python -m pytest -x -r A --verbose --cov=aeppl --cov-report=xml:coverage/coverage-${MATRIX_ID}.xml --no-cov-on-fail $PART
111111
env:
112112
MATRIX_ID: ${{ steps.matrix-id.outputs.id }}
113113
MKL_THREADING_LAYER: GNU

0 commit comments

Comments
 (0)