Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jan 8, 2025
1 parent 7149692 commit 182d9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
lint_and_test:
strategy:
matrix:
os: [self-hosted]
os: [bsc]
python-version: ["3.9", "3.10"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pr_test:
strategy:
matrix:
os: [self-hosted]
os: [bsc]
python-version: ["3.10"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 182d9fd

Please sign in to comment.