From 18fc743622ba52460f81c1e175f3eddd3de3b510 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Thu, 15 Feb 2024 09:05:56 -0500 Subject: [PATCH] prep for merge --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab48fc24e..4b214ce11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: test on: push: # Run on pushes to the default branch - branches: [main, performance-int-tests] # TODO: remove me before merging + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main] @@ -356,7 +356,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@v3 with: - python-version: '3.11' + python-version: "3.11" - name: Install coverage run: | pip3 install coverage