Skip to content

Commit

Permalink
fixup! fixup! fixup! Merge pull request ornladios#3737 from vicentebo…
Browse files Browse the repository at this point in the history
…lea/fix-evpath-plugins-path
  • Loading branch information
vicentebolea committed Aug 7, 2023
1 parent 7fb94c6 commit 9e28dbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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,7 +8,7 @@ dependencies:
- numpy
- breathe==4.33.0
- docutils==0.17
- python
- python==3.8
- sphinx=4
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conda:
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "3.8"
jobs:
pre_install:
- cmake -B build -S .
Expand Down

0 comments on commit 9e28dbe

Please sign in to comment.