Skip to content

Commit

Permalink
Fix more versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Sep 10, 2023
1 parent 55072b9 commit 619051a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lichen_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python3 -m unittest discover
test-lichen-integration:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install Lichen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'
- name: Cache Pip
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
libboost-all-dev \
python3.10 \
python3.9 \
python3-pip \
clang-14 \
default-jdk
Expand Down

0 comments on commit 619051a

Please sign in to comment.