Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky test test_interaction_with_local_cache_dir #382

Merged
merged 17 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
just windows
  • Loading branch information
pjbull committed Dec 4, 2023
commit bae0ac58b86947ef8fee459761121a6b50d8d798
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -41,8 +41,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
# python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8]

steps:
- uses: actions/checkout@v3