Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,9 +18,9 @@ jobs:

formatting:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: faasm/cpython:0.2.1
image: faasm/cpython:0.2.2
steps:
- name: "Fetch code"
uses: actions/checkout@v3
Expand All@@ -35,13 +35,13 @@ jobs:

build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
HOST_TYPE: ci
REDIS_QUEUE_HOST: redis
REDIS_STATE_HOST: redis
container:
image: faasm/cpython:0.2.1
image: faasm/cpython:0.2.2
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
FROM faasm/cpp-sysroot:0.2.0
FROM faasm/cpp-sysroot:0.2.1
ARG FAASM_PYTHON_VERSION

SHELL ["/bin/bash", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
0.2.1
0.2.2