Skip to content

Commit

Permalink
tweak workflows for slower runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogan-cfs committed Oct 9, 2024
1 parent ea58834 commit 10a4c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: test

on:
Expand All @@ -15,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 25
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This file is autogenerated by maturin v1.3.0
# To update, run
#
# maturin generate-ci github
#
name: CI

on:
Expand Down

0 comments on commit 10a4c47

Please sign in to comment.