Skip to content

Commit

Permalink
Use ubicloud to try and get this release out
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Apr 25, 2024
1 parent 3053a41 commit 4abb7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubicloud
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
pytest
deploy:
runs-on: ubuntu-latest
runs-on: ubicloud
needs: [test]
environment: release
permissions:
Expand Down

0 comments on commit 4abb7c3

Please sign in to comment.