Skip to content

Commit

Permalink
Fix Build #notest
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Jul 2, 2024
1 parent 10c70a3 commit 1a69920
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: "Build"
run: |
python -m pip install -U pip
python -m pip install -Ur requirements.txt
python -m build
ls -lAh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
name: Test
timeout-minutes: 5
if: ${{ !contains(github.event.head_commit.message, '#noci') }}
if: ${{ !contains(github.event.head_commit.message, '#notest') }}
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ psycopg2
python-decouple
python-dotenv
requests
wheel

0 comments on commit 1a69920

Please sign in to comment.