Skip to content

Commit

Permalink
In CI, remove settings to use system Python
Browse files Browse the repository at this point in the history
Maybe it was actually using the system Python that was confusing things?
  • Loading branch information
johnomotani committed Nov 14, 2023
1 parent 022bf04 commit e94331c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/debug_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
# os: [ubuntu-latest]
# fail-fast: false
# timeout-minutes: 240
# env:
# PYTHON: "${{ env.pythonLocation }}/bin/python"

# steps:
# - uses: actions/checkout@v2
Expand Down Expand Up @@ -57,8 +55,6 @@ jobs:
os: [ubuntu-latest]
fail-fast: false
timeout-minutes: 240
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -99,8 +95,6 @@ jobs:
os: [ubuntu-latest]
fail-fast: false
timeout-minutes: 240
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -141,8 +135,6 @@ jobs:
os: [ubuntu-latest]
fail-fast: false
timeout-minutes: 240
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -183,8 +175,6 @@ jobs:
os: [ubuntu-latest]
fail-fast: false
timeout-minutes: 240
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 25
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/longtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 90
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- julia_version: '1.8'
fail-fast: false
timeout-minutes: 120
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 50
env:
PYTHON: "${{ env.pythonLocation }}/bin/python"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e94331c

Please sign in to comment.