Skip to content

Commit

Permalink
python 3.8 and remove timeout temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 20, 2024
1 parent 589a2db commit 2065ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-image:
name: Build image
runs-on: ubuntu-latest
timeout-minutes: 40
# timeout-minutes: 40
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.10.14
ARG PYTHON_VERSION=3.8.19
ARG DEBIAN_VERSION=bookworm
FROM python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} as modelica-dependencies
ARG SUNDIALS_VERSION=v2.7.0
Expand Down

0 comments on commit 2065ac1

Please sign in to comment.