mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
update workflow
This commit is contained in:
@@ -14,11 +14,13 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install abogen
|
- name: Install from repository
|
||||||
run: python -m pip install abogen
|
run: python -m pip install .
|
||||||
#- name: Run abogen
|
#- name: Run abogen
|
||||||
# run: abogen
|
# run: abogen
|
||||||
|
|||||||
Reference in New Issue
Block a user