Skip to content

Commit 8146282

Browse files
Another attempt to fix pull_request.yml
1 parent 3c4d318 commit 8146282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ jobs:
104104
receptorctl:
105105
name: receptorctl (Python ${{ matrix.python-version }})
106106
needs: receptor
107-
runs-on: "${{ matrix.os-version }}"
108107
strategy:
109108
include:
110109
- os-version: "ubuntu-22.04"
111110
python-version: [ "3.5-dev", "3.6-dev", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
111+
runs-on: "${{ matrix.os-version }}"
112112
steps:
113113
- name: Checkout
114114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)