Skip to content

Commit

Permalink
fixup! fixup! fixup! Merge pull request #3737 from vicentebolea/fix-e…
Browse files Browse the repository at this point in the history
…vpath-plugins-path
  • Loading branch information
vicentebolea committed Aug 7, 2023
1 parent 7fb94c6 commit 3a90548
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

linux_el8:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:

macos:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:

windows:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ${{ matrix.image }}
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- numpy
- breathe==4.33.0
- docutils==0.17
- python
- sphinx=4
- libpython-static
- pip
- pip:
- blockdiag==3.0.0
Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ conda:
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "miniconda3-4.7"
jobs:
pre_install:
- cmake -B build -S .
- cmake -B build -S . -DADIOS2_USE_PYTHON=ON -DBUILD_TESTING=OFF -DADIOS2_BUILD_EXAMPLES=OFF
- cmake --build build
- cmake --install build
formats:
Expand Down

0 comments on commit 3a90548

Please sign in to comment.