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