Skip to content

Commit e9942f7

Browse files
committed
Temporarily disable Stan GitHub workflow
Stack is now built with GHC 9.2.4 and Stan does not currently support GHC >= 9.0. See kowainik/stan#423
1 parent 98027f7 commit e9942f7

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/stan.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: stan
22

3-
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- master
8-
- stable
9-
- rc/**
3+
# Disabled because Stan does not yet support GHC >= 9.0. See:
4+
# https://github.com/kowainik/stan/issues/423
5+
6+
# on:
7+
# pull_request:
8+
# push:
9+
# branches:
10+
# - master
11+
# - stable
12+
# - rc/**
1013

1114
jobs:
1215
build:

0 commit comments

Comments
 (0)