Skip to content

Commit

Permalink
Update run_unit_tests.yml - remove python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 21, 2024
1 parent 6170387 commit a954913
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
fail-fast: False
matrix:
matlab: ["latest"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: ["3.11"]
# os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
os_name: Linux
Expand Down Expand Up @@ -88,7 +90,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
# cache: 'pip' # caching pip dependencies

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a954913

Please sign in to comment.