Skip to content

Commit

Permalink
chore: enable ci wokrflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Jul 9, 2024
1 parent ef0fa8e commit bc91f72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Run tests

on:
pull_request:
branches: [master]

jobs:
tests:
Expand All @@ -12,10 +11,10 @@ jobs:
python-version: ['3.8', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python {{ '${{ matrix.python-version }}' }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: {{ '${{ matrix.python-version }}' }}
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install dependencies
Expand Down

0 comments on commit bc91f72

Please sign in to comment.