Skip to content

Commit

Permalink
Merge branch 'main' into koko/gsm-symbolic-task-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adefioye authored Feb 3, 2025
2 parents f2b5e88 + 3aeec71 commit 40b5c55
Show file tree
Hide file tree
Showing 49 changed files with 6,334 additions and 147 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Pre-commit
name: Pre-commit Checks

permissions:
contents: read
pull-requests: write

on:
pull_request:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
strategy:
matrix:
python-version: ["3.11", "3.12"]
Expand All @@ -19,12 +23,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[test]"
- name: Run tests
run: |
pytest
Loading

0 comments on commit 40b5c55

Please sign in to comment.