Skip to content

Update python-workflow.yml #2

Update python-workflow.yml

Update python-workflow.yml #2

name: CI
'on':
push: null
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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