update workflow

This commit is contained in:
Deniz Şafak
2025-04-26 19:39:02 +03:00
parent 8ce1c0e586
commit 0c1dfc6237
+4 -2
View File
@@ -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