Skip to content

Commit

Permalink
fix: change to self-hosted everywhere in unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jn177246 authored Dec 5, 2023
1 parent 13009b6 commit 88eb2ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.11"]
python-version: ["3.9", "3.10", "3.11"]
exclude:
- os: ubuntu-latest
python-version: 3.11
Expand All @@ -34,8 +34,8 @@ jobs:
run: |
pytest --ignore=tests/integration
tests-coverage:
name: tests & coverage (ubuntu-latest, 3.11)
runs-on: ubuntu-latest
name: tests & coverage (self-hosted, 3.11)
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 88eb2ad

Please sign in to comment.