Remove unnecessary conditions in Ci run

This commit is contained in:
Matthias
2023-12-05 18:08:00 +01:00
parent 3c48208b31
commit 9a425af76f

View File

@@ -147,7 +147,6 @@ jobs:
- name: pip cache (macOS) - name: pip cache (macOS)
uses: actions/cache@v3 uses: actions/cache@v3
if: runner.os == 'macOS'
with: with:
path: ~/Library/Caches/pip path: ~/Library/Caches/pip
key: ${{ matrix.os }}-${{ matrix.python-version }}-pip key: ${{ matrix.os }}-${{ matrix.python-version }}-pip
@@ -158,7 +157,6 @@ jobs:
cd build_helpers && ./install_ta-lib.sh ${HOME}/dependencies/; cd .. cd build_helpers && ./install_ta-lib.sh ${HOME}/dependencies/; cd ..
- name: Installation - macOS - name: Installation - macOS
if: runner.os == 'macOS'
run: | run: |
# brew update # brew update
# TODO: Should be the brew upgrade # TODO: Should be the brew upgrade