Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AymenFJA/parsl
Browse files Browse the repository at this point in the history
  • Loading branch information
AymenFJA committed Oct 31, 2023
2 parents dfabd23 + 2e2f2ac commit 3f1e9f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-20.04
timeout-minutes: 360
timeout-minutes: 60

steps:
- uses: actions/checkout@master
Expand All @@ -38,10 +38,9 @@ jobs:
make deps
make clean_coverage
- name: make radical_local_test
timeout-minutes: 10
- name: make test
run: |
make radical_local_test
make test
- name: Documentation checks
run: |
Expand Down

0 comments on commit 3f1e9f9

Please sign in to comment.