Skip to content

Commit

Permalink
workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Nov 12, 2023
1 parent 5af72d3 commit fdc2fa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: main

on: [pull_request]
on: [push, pull_request]

env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"

jobs:
build:
Expand All @@ -12,11 +16,12 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
Expand Down

0 comments on commit fdc2fa8

Please sign in to comment.