From 0c10894c3599e1a5c1b08b3d906d1fcc9e5444c9 Mon Sep 17 00:00:00 2001 From: opsci-dev <146844458+opsci-dev@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:51:54 +0100 Subject: [PATCH] update ./.github/workflows/workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 097cc3f..b701c4f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ jobs: job: runs-on: ubuntu-latest env: - ROCRATE_PROFILE_URI: https://data.emobon.embrc.eu/observatory-profile/0.33 + ROCRATE_PROFILE_URI: https://data.emobon.embrc.eu/observatory-profile/0.15 steps: - name: checkout uses: actions/checkout@v3