Skip to content

Commit

Permalink
update fink-mm commit in workflow, pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Feb 23, 2024
1 parent 1d9eb07 commit 62bc9a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo `python -V`
- name: Install fink-mm dev [To remove]
run: |
pip install git+https://github.com/FusRoman/fink-mm.git@7ccd7a9f4dc69897c8c58aeaf439354aec39a6c5 --no-deps
pip install git+https://github.com/FusRoman/fink-mm.git@0014542c309234e82c5028ada438768cf95b683a --no-deps
- name: Run test suites [dev]
if: matrix.container == 'julienpeloton/fink-ci:dev'
run: |
Expand Down
1 change: 0 additions & 1 deletion bin/raw2science.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import argparse
import time
import os
import glob

from fink_broker import __version__ as fbvsn
from fink_broker.parser import getargs
Expand Down

0 comments on commit 62bc9a2

Please sign in to comment.