From 0c1dfc6237a7cbfc6fcc72a0956599f92e81a24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 26 Apr 2025 19:39:02 +0300 Subject: [PATCH] update workflow --- .github/workflows/test_pip.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index e75c828..21a675f 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -14,11 +14,13 @@ jobs: continue-on-error: true runs-on: ${{ matrix.os }} steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - name: Install abogen - run: python -m pip install abogen + - name: Install from repository + run: python -m pip install . #- name: Run abogen # run: abogen