Skip to content

Commit 74aea00

Browse files
committed
removed python 3.8/3.9 and sudo commands
Signed-off-by: Masahiro Tanaka <[email protected]>
1 parent b755104 commit 74aea00

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
unit-tests:
2222
strategy:
2323
matrix:
24-
pyVersion: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
pyVersion: ["3.10", "3.11", "3.12"]
2525
fail-fast: false
2626

2727
runs-on: ubuntu-24.04
@@ -31,11 +31,6 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34-
- name: clean environment
35-
run: |
36-
sudo rm -rf /usr/share/dotnet
37-
sudo rm -rf /opt/ghc
38-
python --version
3934
- name: environment
4035
run: |
4136
which python

0 commit comments

Comments
 (0)