aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 14:10:24 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 14:10:24 +0100
commitd98effd0de1493a4e6894ce72503c5fad38a27e9 (patch)
tree3e4fadd4db4eb2898b5a1de2e5b0167ac6405910 /.github/workflows/ci.yml
parentrequirements.txt: bump dependencies (diff)
downloadcgitize-d98effd0de1493a4e6894ce72503c5fad38a27e9.tar.gz
cgitize-d98effd0de1493a4e6894ce72503c5fad38a27e9.zip
pin Python version
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e092409..10bf121 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,7 +63,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: '3.10'
cache: pip
- name: Install dependencies
run: pip install -q -r requirements.txt
@@ -138,8 +137,6 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- with:
- python-version: '3.10'
- name: Verify package can be installed
run: pip install -q .
- name: Install package builder