Skip to content

Commit

Permalink
Merge branch 'develop' into pybamm-team#3836-broken-import
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Mar 5, 2024
2 parents 9835076 + ed6df7e commit 0e17746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
if: matrix.os == 'ubuntu-latest'
with:
packages: gfortran gcc graphviz pandoc
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: gfortran gcc graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
if: matrix.os == 'ubuntu-latest'
with:
packages: gfortran gcc graphviz pandoc
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: gfortran gcc graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/cache-apt-pkgs-action@v1.4.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: gfortran gcc graphviz
execute_install_scripts: true
Expand Down

0 comments on commit 0e17746

Please sign in to comment.