Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Apr 7, 2024
1 parent 65e0476 commit 7bc1852
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,17 @@ jobs:
${{ runner.os }}-pip-
zenodo_cleanup:
if: ${{ always() }}
runs-on: ubuntu-latest
runs-on: windows-latest
python-version: '3.8'

steps:

- name: Checkout repo
uses: actions/checkout@v3

- name: Cleanup Zenodo Sandbox
run: python tests/clean_zenodo_sandbox.py

- name: Set Up Python python38
uses: actions/setup-python@v3
- name: Set up Python
# This is the version of the action for setting up Python, not the Python version.
uses: actions/setup-python@v4
with:
python-version: 3.8
# Semantic version range syntax or exact version of a Python version
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7bc1852

Please sign in to comment.