Skip to content

Commit e76f157

Browse files
Update main.yml
1 parent 9b86a44 commit e76f157

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ on:
33
jobs:
44
main:
55
runs-on: ubuntu-latest
6-
strategy:
7-
matrix:
8-
instance: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
96
steps:
10-
- uses: getsentry/action-setup-venv@3a832a9604b3e1a4202ae559248f26867b467cc7 # v2.1.1
11-
with:
12-
python-version: 3.13.1
13-
install-cmd: pip install psutil==5.9.7 -i https://pypi.devinfra.sentry.io/simple
147
- run: |
158
set -x
16-
env | sort
17-
python3 -c 'import psutil; print(sorted(psutil.Process().open_files()))'
9+
echo ${{ github.job }}
10+
jq . ${{ github.event_path }}

0 commit comments

Comments
 (0)