Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 9, 2024
2 parents 5a20e2b + c564469 commit 01d1add
Show file tree
Hide file tree
Showing 281 changed files with 15,193 additions and 13,589 deletions.
149 changes: 0 additions & 149 deletions .circleci/config.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=file:///project/simple PETSC_DIR=/usr/local MAKEFLAGS=-j2

steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Install Python dependencies
run: python -m pip install cibuildwheel simple503 wheel
Expand Down
Loading

0 comments on commit 01d1add

Please sign in to comment.