Skip to content

Commit

Permalink
Merge pull request #16 from lpm0073/next
Browse files Browse the repository at this point in the history
add dummy aws credentials
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents 3b949fa + 515a3a1 commit 6567103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/tests/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ runs:
shell: bash
run: |
pre-commit run --all-files --show-diff-on-failure
env:
AWS_ACCESS_KEY_ID: "dummy"
AWS_SECRET_ACCESS_KEY: "dummy"
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.3"
__version__ = '1.1.4'

0 comments on commit 6567103

Please sign in to comment.