We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2121b6 commit 748ae91Copy full SHA for 748ae91
.github/workflows/python-package.yml
@@ -21,20 +21,13 @@ jobs:
21
steps:
22
- name: Checkout
23
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
30
- name: Set up Python ${{ matrix.python-version }}
31
uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install dependencies
35
run: |
36
python -m pip install flake8
37
- python -m pip install ./cfile_0.3
38
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
39
- name: Run unit tests
40
0 commit comments