Skip to content

Commit

Permalink
Remove timout on setup steps for Run ert tests github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj authored and berland committed Apr 25, 2024
1 parent b5494dc commit a050ee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- uses: actions/setup-python@v5
id: setup_python
timeout-minutes: 5
with:
python-version: ${{ inputs.python-version }}
cache: "pip"
Expand All @@ -35,12 +34,10 @@ jobs:

- name: Get wheels
uses: actions/download-artifact@v4
timeout-minutes: 5
with:
name: ${{ inputs.os }} Python ${{ inputs.python-version }} wheel

- name: Install wheel
timeout-minutes: 5
run: |
find . -name "*.whl" -exec pip install "{}[dev]" \;
Expand Down

0 comments on commit a050ee0

Please sign in to comment.