From 3a04346ff851b371789e5e9ed74a19caaa36e7af Mon Sep 17 00:00:00 2001 From: abdullah tahir <144704533+bllo-1@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:52:19 +0300 Subject: [PATCH] Update python-workflow.yml --- .github/workflows/python-workflow.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/python-workflow.yml b/.github/workflows/python-workflow.yml index bb38dd0f..a0dae387 100644 --- a/.github/workflows/python-workflow.yml +++ b/.github/workflows/python-workflow.yml @@ -1,18 +1,17 @@ -name: CI - -on: - push: +--- +name: CI +'on': + push: null jobs: build: runs-on: ubuntu-latest - steps: - - name: Set up Python 3.8 - uses: actions/setup-python@v2 - with: - python-version: 3.8 - - - name: Install dependencies - run: | - pip install -r requirements.txt + - uses: actions/checkout@v4 #added + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: 3.8 + - name: Install dependencies + run: | + pip install -r requirements.txt