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