From a1ad21ea6a2311892812e99666b3f84e6b6f7a7a Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Wed, 11 Sep 2024 16:13:14 +0200 Subject: [PATCH] Fix pipeline --- .github/workflows/ci.yaml | 1 + CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58cdabe..23466a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,6 +62,7 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.10"] + tox-env: ["py310"] steps: - name: Cancel previous workflows that are still running uses: styfle/cancel-workflow-action@0.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..715c79e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] \ No newline at end of file