Skip to content

Commit

Permalink
Fix binder (#496)
Browse files Browse the repository at this point in the history
* use poetry

* only run on PR
  • Loading branch information
PythonFZ authored Feb 7, 2023
1 parent 0b31678 commit cdc7877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
name: "CodeQL"

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check coding style

on:
push:
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: pytest

on:
push:
pull_request:
schedule:
- cron: '14 3 * * 1' # at 03:14 on Monday.
Expand Down
7 changes: 4 additions & 3 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

pip install -r dev-requirements.txt

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

pip install poetry
poetry config virtualenvs.create false
poetry install

0 comments on commit cdc7877

Please sign in to comment.