Skip to content

Commit

Permalink
Removed "if: startsWith(matrix.os, ubuntu-)"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 12, 2024
1 parent ee82363 commit db58a4a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -107,7 +105,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -140,7 +137,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -173,7 +169,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -212,7 +207,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -245,7 +239,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -278,7 +271,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down Expand Up @@ -311,7 +303,6 @@ jobs:

steps:
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand All @@ -59,7 +58,6 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected]

- name: Install tox
Expand Down Expand Up @@ -89,7 +87,6 @@ jobs:
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand All @@ -101,7 +98,6 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected]

- name: Install tox
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand All @@ -59,7 +58,6 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected]

- name: Install tox
Expand Down Expand Up @@ -99,7 +97,6 @@ jobs:
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand All @@ -111,7 +108,6 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected]

- name: Install tox
Expand Down Expand Up @@ -144,7 +140,6 @@ jobs:
docker pull memcached:latest
- name: Install apt packages
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt update
- uses: actions/checkout@v4
Expand All @@ -156,7 +151,6 @@ jobs:
cache-dependency-path: '**/setup.py'

- name: Install Poetry
if: startsWith(matrix.os, 'ubuntu-')
uses: snok/[email protected]

- name: Install tox
Expand Down

0 comments on commit db58a4a

Please sign in to comment.