Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd-harth-1 authored Oct 27, 2023
1 parent 47a1795 commit 5d3e361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ name: CI

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
# - uses: actions/checkout@v2

- 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
pip install -r requirements.txt

0 comments on commit 5d3e361

Please sign in to comment.