Skip to content

Commit

Permalink
Merge branch 'main' into effectiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus authored Jan 16, 2025
2 parents 0cda9b7 + 1c5b151 commit 6ff1fd4
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 567 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: "3.10"
- name: Install
run: |
python -m pip install --upgrade pip
Expand All @@ -41,7 +41,7 @@ jobs:
force_orphan: true
- name: Upload artifact if not main
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gh-pages-draft
path: ./artifacts
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ verify_ssl = true
pytest = "*"
pylint = "*"
flake8 = "*"
black = "~=22.1"
black = "*"
pytest-datadir = "*"
matplotlib = "*"
seaborn = "==0.11.0"
seaborn = "*"

[packages]
popsborder = {editable = true, path = "."}

[requires]
python_version = "3.8"
python_version = "*"
Loading

0 comments on commit 6ff1fd4

Please sign in to comment.