|
|
@ -17,10 +17,10 @@ jobs:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Python 3.8
|
|
|
|
- name: Set up Python 3.10
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: '3.8'
|
|
|
|
python-version: '3.10'
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Build Dependencies
|
|
|
|
- name: Install Build Dependencies
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|