Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Mar 19, 2024
1 parent 0d40372 commit f655889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-14", "ubuntu-latest"]
os: ["macos-14"]
order: ["normal", "reverse"]
n1: [0, 1, 2, 3, 4]
n2: [0, 1, 2, 3, 4]
steps:
- uses: actions/checkout@v4
- name: Build requirements.txt file
Expand Down

0 comments on commit f655889

Please sign in to comment.