From 9768c53f0fdfd8f5d5a02e491a246cabf7bbffbf Mon Sep 17 00:00:00 2001 From: Jordan Matelsky Date: Wed, 17 Apr 2024 10:40:24 -0400 Subject: [PATCH] yml syntax... --- .github/workflows/codspeed.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index aa622b8..a22e2af 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -19,12 +19,12 @@ jobs: python-version: "3.11" - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install flake8 pytest pytest-cov pytest-codspeed - # Install "cmake", "cython" for networkit. Must happen first: - pip install --upgrade cmake cython - pip install -e ".[sql,networkit,igraph]" + run: | + python -m pip install --upgrade pip + pip install flake8 pytest pytest-cov pytest-codspeed + # Install "cmake", "cython" for networkit. Must happen first: + pip install --upgrade cmake cython + pip install -e ".[sql,networkit,igraph]" - name: Run benchmarks uses: CodSpeedHQ/action@v2