Skip to content

Commit

Permalink
Remove manual cfile install in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Mar 29, 2024
1 parent b2121b6 commit 748ae91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout cfile repo
uses: actions/checkout@v4
with:
repository: cogu/cfile
ref: v0.3.2
path: cfile_0.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install flake8
python -m pip install ./cfile_0.3
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests
run: |
Expand Down

0 comments on commit 748ae91

Please sign in to comment.