Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimin committed Mar 29, 2024
1 parent 5799163 commit 6e31890
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#name: Run test
#
#on:
# push:
# branches:
# - main
#
#jobs:
# test:
# runs-on: ubuntu-latest
#
# steps:
# - name: Checkout latest code version from git
# uses: actions/checkout@v2
# with:
# path: ./
#
# - name: Set up Python environment
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
#
# - name: Install dependencies from requirements.txt
# run: pip install -r requirements.txt
#
name: Run test

on:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout latest code version from git
uses: actions/checkout@v2
with:
path: ./

- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies from requirements.txt
run: pip install -r requirements.txt

# - name: Run all tests
# run: pytest ./tests/
#
Expand Down

0 comments on commit 6e31890

Please sign in to comment.