From 1e8ffb880d8f44589113f6f8fa66ad5e99cf51b1 Mon Sep 17 00:00:00 2001 From: "Julian (syn-4ck)" <43778014+syn-4ck@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:47:24 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f84fa0..4d697b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip -y - pip install wheel -y + python -m pip install --upgrade pip + pip install wheel - name: Build wheel run: python setup.py bdist_wheel @@ -33,4 +33,4 @@ jobs: run: find dist/ -name '*.whl' -type f | xargs pip install -y - name: Run tool - run: fafnir --help \ No newline at end of file + run: fafnir --help