diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ea61b0b..964b48d 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,12 +23,13 @@ jobs: runs-on: ubuntu-20.04 env: yaqti: 6.6.0 - - steps: + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - - name: Prerequisites + - name: Prerequisites run: | curl -sLO https://files.pythonhosted.org/packages/47/42/351389ca36c7adfc5f4e92d086cdb2bdbde13f1b89ee882f4a1cab2183ac/yaqti-2021.7.29-py3-none-any.whl python3 -m pip install yaqti-2021.7.29-py3-none-any.whl