Skip to content

Commit

Permalink
Bump fink-filters to 3.29, and test it on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed May 27, 2024
1 parent 3ff76e2 commit dde89cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ jobs:
echo "PYTHONPATH: $PYTHONPATH"
echo "JAVA_HOME: $JAVA_HOME"
echo `python -V`
- name: Install fink-mm dev [To remove]
run: |
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: |
# to remove
pip install fink-filters==3.29
cd $USRLIBS
source scripts/start_services.sh --kafka-version ${KAFKA_VERSION} --hbase-version ${HBASE_VERSION}
cd $FINK_HOME
Expand Down
2 changes: 1 addition & 1 deletion deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ avro-python3
fastavro==1.6.0

# Fink core
fink_filters>=3.28
fink_filters>=3.29
git+https://github.com/astrolabsoftware/[email protected]
fink-utils>=0.17.5
fink-spins>=0.3.7
Expand Down

0 comments on commit dde89cb

Please sign in to comment.