Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requirements/ansys-sphinx-the…
Browse files Browse the repository at this point in the history
…me-0.11.2
  • Loading branch information
RobPasMue authored Sep 18, 2023
2 parents 0ba5d42 + 4725064 commit ac189c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected]
Expand All @@ -153,7 +153,7 @@ jobs:
# steps:

# - name: Checkout PyMAPDL
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# repository: 'pyansys/pymapdl' #checking out main. Not release

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand Down Expand Up @@ -50,6 +50,6 @@ repos:
exclude: '.*\.(cdb|rst|dat)$'

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.26.3
hooks:
- id: check-github-workflows
4 changes: 2 additions & 2 deletions requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pypandoc==1.11
pyvista==0.41.1
sphinx-copybutton==0.5.2
sphinx-gallery==0.13.0
sphinx-notfound-page==0.8.3
trame==3.1.0
sphinx-notfound-page==1.0.0
trame==3.2.5
vtk==9.2.6

0 comments on commit ac189c8

Please sign in to comment.