Skip to content

Commit

Permalink
Merge bba21e7 into 1c76499
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericgig committed Apr 18, 2024
2 parents 1c76499 + bba21e7 commit 5dce144
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
inputs:
open_issue:
description: 'Open issue on failure'
required: false
default: "False"


Expand All @@ -33,11 +32,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: [3.11]
case-name: [defaults]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
if: failure()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Open Issue on Failure
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion tools/report_failing_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import date

def open_issue(token):
url = "https://api.github.com/repos/ericgig/qutip-jax/issues"
url = "https://api.github.com/repos/qutip/qutip-jax/issues"
data = json.dumps({
"title": f"Automated tests failed on {date.today()}",
"labels": ["bug"],
Expand Down

0 comments on commit 5dce144

Please sign in to comment.