Skip to content

Commit

Permalink
Use latest Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Apr 9, 2024
1 parent c8817c4 commit f628e4c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/planemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Cache Python packages
uses: actions/cache@v4
with:
Expand All @@ -32,10 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Cache Python packages
uses: actions/cache@v4
with:
Expand All @@ -52,18 +48,16 @@ jobs:
- name: Check Conda version
run: conda --version
- name: Run tests
run: planemo test --galaxy_python_version 3.7
run: planemo test

deploy:
needs: [ test ]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Cache Python packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit f628e4c

Please sign in to comment.