Skip to content

Commit

Permalink
Merge branch 'main' into next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2023
2 parents 83b402e + 4fbcba8 commit 19c833c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 129 deletions.
108 changes: 0 additions & 108 deletions .github/actions/tests/pre-commit/action.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/pullRequestController.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,3 @@ jobs:
uses: ./.github/actions/tests/python
with:
python-version: "${{ env.python-version}}"

pre_commit_tests:
needs: check_for_pending_release
runs-on: ubuntu-latest
steps:
- name: Checkout code
id: checkout
uses: actions/checkout@v4

- name: Run pre-commit tests
uses: ./.github/actions/tests/pre-commit
with:
python-version: "${{ env.python-version}}"
5 changes: 0 additions & 5 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ jobs:
openai-api-key: "${{ secrets.OPENAI_API_KEY }}"
pinecone-api-key: "${{ secrets.PINECONE_API_KEY }}"
pinecone-environment: "${{ secrets.PINECONE_ENVIRONMENT }}"

- name: Run pre-commit tests
uses: ./.github/actions/tests/pre-commit
with:
python-version: "${{ env.python-version}}"
4 changes: 3 additions & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = '1.1.4'
# -*- coding: utf-8 -*-
__version__ = '1.1.5'

3 changes: 1 addition & 2 deletions grader/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
__version__ = "1.1.4"
__version__ = '1.1.5'

0 comments on commit 19c833c

Please sign in to comment.