Skip to content

Commit a4674b3

Browse files
authored
Remove if statement to setup python (#591)
1 parent 2935863 commit a4674b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main-build-python38.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ jobs:
3535
with:
3636
go-version: '^1.20.5'
3737
- uses: actions/setup-python@v4
38-
if: ${{ matrix.language == 'python' }}
3938
with:
4039
python-version: '3.x'
4140
- name: Cache (Python)
4241
uses: actions/cache@v3
43-
if: ${{ matrix.language == 'python' }}
4442
with:
4543
path: |
4644
~/go/pkg/mod

0 commit comments

Comments
 (0)