diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 257fb73..852d02d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -16,14 +16,15 @@ jobs: - name: Install dependencies shell: bash - run: sudo apt-get install -y fish curl git + run: > + sudo apt-get install -y + fish git + curl + python3 python3-venv - name: Install Tide unattended run: source "$GITHUB_WORKSPACE/tools/tide_install.fish" && tide_install -lu "$GITHUB_WORKSPACE" - - name: Install testing dependencies - run: sudo apt-get install -y python3 python3-venv - - name: Install fisher and fishtape run: tide test -i diff --git a/tide_theme/functions/test.fish b/tide_theme/functions/test.fish index 597481e..5aa3976 100644 --- a/tide_theme/functions/test.fish +++ b/tide_theme/functions/test.fish @@ -8,7 +8,7 @@ function tide_test if set -q _flag_install # Install fisher and fishtape for testing - curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish + curl git.io/fisher --create-dirs -sLo $__fish_config_dir/functions/fisher.fish fisher add jorgebucaran/fishtape return