Skip to content

Commit

Permalink
Merge branch 'main' of github.com:atong01/conditional-flow-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Nov 23, 2023
2 parents e5ddefb + a112ff1 commit 3536fe5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Run pre-commits
uses: pre-commit/[email protected]
5 changes: 5 additions & 0 deletions .github/workflows/code-quality-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Find modified files
id: file_changes
uses: trilom/[email protected]
Expand Down

0 comments on commit 3536fe5

Please sign in to comment.