Skip to content

Commit 748ae91

Browse files
committed
Remove manual cfile install in workflow
1 parent b2121b6 commit 748ae91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/python-package.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,13 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
24-
- name: Checkout cfile repo
25-
uses: actions/checkout@v4
26-
with:
27-
repository: cogu/cfile
28-
ref: v0.3.2
29-
path: cfile_0.3
3024
- name: Set up Python ${{ matrix.python-version }}
3125
uses: actions/setup-python@v5
3226
with:
3327
python-version: ${{ matrix.python-version }}
3428
- name: Install dependencies
3529
run: |
3630
python -m pip install flake8
37-
python -m pip install ./cfile_0.3
3831
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3932
- name: Run unit tests
4033
run: |

0 commit comments

Comments
 (0)