Skip to content

Commit

Permalink
github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomnl committed Jun 12, 2024
1 parent 505e2cd commit 7baced6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Install Planemo
run: pip install planemo
- name: Fake a planemo run to update cache
continue-on-error: true
run: |
touch tool.xml
PIP_QUIET=2 planemo test --galaxy_python_version ${{ matrix.python-version }} --no_conda_auto_init --galaxy_branch $GALAXY_RELEASE
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
with:
name: Workflow artifacts
path: ../workflow_artifacts/
- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@main
with:
r-version: ${{ matrix.r-version }}
- name: Cache R packages
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
needs: test
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
# This job runs on Linux
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
needs: [lint,flake8,lintr,combine_outputs]
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.repository_owner == 'computational-metabolomics'
steps:
Expand Down

0 comments on commit 7baced6

Please sign in to comment.