Skip to content

Commit

Permalink
ordering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 9, 2022
1 parent 2088607 commit 79ae4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install planemo
- name: Cache .cache/pip
uses: actions/cache@v2
id: cache-pip
Expand All @@ -36,6 +33,9 @@ jobs:
with:
path: ~/.planemo
key: planemo_${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install planemo
# End dependencies

- name: Test Mapping workflow
Expand Down

0 comments on commit 79ae4f9

Please sign in to comment.