Skip to content

Commit

Permalink
CI: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Persaud committed Oct 18, 2024
1 parent e35c931 commit 57b5fbc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Installing Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ruff
python -m pip install -e .
- name: Upgrading pip
run: python -m pip install --upgrade pip

- name: Installing ruff
run: python -m pip install ruff

- name: Installing packagex
run: python -m pip install -e .

- name: Testing with PyTest
run: python -m pytest
Expand Down

0 comments on commit 57b5fbc

Please sign in to comment.