From 5e169a832be9505c1e7fc591b397123a0ed6b4a3 Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 11 Jan 2024 11:12:35 +0000 Subject: [PATCH] Bump CI macOS python version to 3.11 Attempt to fix missing issue installing poetry [1]. [1]: https://github.com/freedomofpress/dangerzone/actions/runs/7487413482/job/20379748604?pr=627 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8f2a27..d98fb0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - run: pip install poetry - run: poetry install - name: Run CLI tests