diff --git a/.github/workflows/polyglot-chat-app.yml b/.github/workflows/polyglot-chat-app.yml
index 41be1e77c..2a2fcf60e 100644
--- a/.github/workflows/polyglot-chat-app.yml
+++ b/.github/workflows/polyglot-chat-app.yml
@@ -18,14 +18,11 @@ jobs:
name: Run 'polyglot-chat-app'
runs-on: ubuntu-latest
timeout-minutes: 15
- strategy:
- matrix:
- java-version: ['21']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
- java-version: ${{ matrix.java-version }}
+ java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
diff --git a/README.md b/README.md
index f3a8ddc4d..8dbfdc83a 100644
--- a/README.md
+++ b/README.md
@@ -238,27 +238,6 @@ cd graalvm-demos
-### Python
-
-
-
-
- Name |
- Description |
-
-
-
-
- graalpy-notebook-example
|
- Demonstrates how to embed Python in a Java application running on GraalVM Technologies: GraalPy |
-
-
- polyglot-chat-app
|
- Demonstrates how to integrate Python in a Micronaut Java application and build using Gradle Technologies: Java, GraalPy, Micronaut |
-
-
-
-
### Polyglot
diff --git a/polyglot-chat-app/README.md b/polyglot-chat-app/README.md
index 635176f46..9e2027d80 100644
--- a/polyglot-chat-app/README.md
+++ b/polyglot-chat-app/README.md
@@ -7,12 +7,12 @@ The example also shows how to create a native executable from the application us
## Preparation
1. Download or clone the GraalVM demos repository and navigate into the _polyglot-chat-app_ directory:
- ```bash
- git clone https://github.com/graalvm/graalvm-demos
- ```
- ```bash
- cd graalvm-demos/polyglot-chat-app
- ```
+ ```bash
+ git clone https://github.com/graalvm/graalvm-demos
+ ```
+ ```bash
+ cd graalvm-demos/polyglot-chat-app
+ ```
2. Download and install the latest GraalPy as described in the [Getting Started guide](https://www.graalvm.org/latest/reference-manual/python/#installing-graalpy). For example:
```bash
@@ -81,4 +81,4 @@ The Python code must be copied to the _build/_ directory that is kept next to th
### Learn More
-Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).
+Learn more about GraalVM polyglot capabilities [here](https://www.graalvm.org/latest/reference-manual/polyglot-programming/).
\ No newline at end of file