Skip to content

Commit dc4a396

Browse files
hageboecksponce
authored andcommitted
Remove python3 workflow action.
It's unclear why every workflow run would run a python setup step, even if no python is used.
1 parent f4e0b7d commit dc4a396

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-exercises.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ jobs:
9898
steps:
9999
# Use a standard checkout of the code.
100100
- uses: actions/checkout@v3
101-
# Make sure that Python 3 is available to the build.
102-
- uses: actions/setup-python@v4
103-
with:
104-
python-version: '3.x'
105101
# Run the CMake configuration.
106102
- name: CMake Configure
107103
run: cmake -S ${{ github.workspace }}/code/${{ matrix.EXERCISE.NAME }}

0 commit comments

Comments
 (0)