Skip to content

Commit

Permalink
ci: Update actions versions, increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Jul 4, 2022
1 parent 2e8b05e commit 2a68605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
tests:
name: pystan tests
timeout-minutes: 20
timeout-minutes: 30
runs-on: ${{ matrix.runs-on }}
strategy:
matrix:
Expand All @@ -18,10 +18,10 @@ jobs:
- {runs-on: macos-11, python-version: "3.10"}
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 2a68605

Please sign in to comment.