Skip to content

Commit 8c1cc7e

Browse files
Trigger CI test
1 parent c8763eb commit 8c1cc7e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# - '3.12.x'
2121
- '3.13.x'
2222
os:
23-
- ubuntu-latest
24-
- macos-latest
23+
# - ubuntu-latest
24+
# - macos-latest
2525
- windows-latest
2626

2727
runs-on: ${{ matrix.os }}
@@ -76,4 +76,8 @@ jobs:
7676
- name: List Cached Models (MacOS) tmp
7777
if: runner.os == 'MacOS'
7878
run: ls -lah /private/var/tmp/
79+
shell: bash
80+
- name: List Cached Models (MacOS) tmp
81+
if: runner.os == 'MacOS'
82+
run: ls -lah /tmp/
7983
shell: bash

0 commit comments

Comments
 (0)