Skip to content

Commit

Permalink
update aoflagger v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 23, 2024
1 parent 02b3792 commit 93dd00a
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $SUDO apt-get install -y \
python3
cd /tmp
[ -d "aoflagger" ] && rm -rf aoflagger
git clone --recurse-submodules https://gitlab.com/aroffringa/aoflagger.git --branch v3.1.0
git clone --recurse-submodules https://gitlab.com/aroffringa/aoflagger.git --branch v3.4.0
cd aoflagger
chmod a+rwx .
mkdir build
Expand All @@ -67,9 +67,7 @@ $SUDO make install
dependencies = ["linux_install_cfitsio"]

[tasks.linux_install_deps]
dependencies = [
"linux_install_aoflagger",
]
dependencies = ["linux_install_aoflagger"]

[tasks.mac_install_deps]
script = """
Expand Down Expand Up @@ -119,16 +117,7 @@ command = "cargo"
args = ["test"]

[tasks.ci]
dependencies = [
"clean",
"check",
"format_check",
"clippy",
"test",
]
dependencies = ["clean", "check", "format_check", "clippy", "test"]

[tasks.pre_commit]
dependencies = [
"format_fix",
"ci",
]
dependencies = ["format_fix", "ci"]

0 comments on commit 93dd00a

Please sign in to comment.