Skip to content

Commit

Permalink
revert unit
Browse files Browse the repository at this point in the history
  • Loading branch information
karanataryn committed Nov 14, 2024
1 parent 9a3a243 commit 52a4ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:

jobs:
sycamore-unit-tests:
runs-on: blacksmith-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: useblacksmith/setup-python@v6
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
Expand Down

0 comments on commit 52a4ac3

Please sign in to comment.