Commit 5ae46979 authored by rusty1s's avatar rusty1s
Browse files

update

parent 3921bf58
...@@ -40,6 +40,11 @@ jobs: ...@@ -40,6 +40,11 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: |
pip install --upgrade pip
pip list
- name: Free up disk space - name: Free up disk space
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment