File tree Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
30+
31+ - name : Upgrade pip, setuptools, and wheel
32+ if : matrix.python-version == '3.12'
33+ run : python -m pip install --upgrade pip setuptools wheel
34+
3035 - name : Dependencies
3136 run : |
3237 git clone https://github.com/darshan-hpc/darshan.git
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
30+
31+ - name : Upgrade pip, setuptools, and wheel
32+ if : matrix.python-version == '3.12'
33+ run : python -m pip install --upgrade pip setuptools wheel
34+
3035 - name : Dependencies
3136 run : |
3237 git clone https://github.com/darshan-hpc/darshan.git
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
30+
31+ - name : Upgrade pip, setuptools, and wheel
32+ if : matrix.python-version == '3.12'
33+ run : python -m pip install --upgrade pip setuptools wheel
34+
3035 - name : Dependencies
3136 run : |
3237 git clone https://github.com/darshan-hpc/darshan.git
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
30+
31+ - name : Upgrade pip, setuptools, and wheel
32+ if : matrix.python-version == '3.12'
33+ run : python -m pip install --upgrade pip setuptools wheel
34+
3035 - name : Dependencies
3136 run : |
3237 git clone https://github.com/darshan-hpc/darshan.git
Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13+
1314 - uses : actions/setup-python@v2
1415 with :
1516 python-version : " 3.9"
17+
1618 - name : Run flake8
1719 uses : julianwachholz/flake8-action@v2
1820 env :
19- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments