Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Bump cryptography from 41.0.3 to 41.0.4 #33

Bump cryptography from 41.0.3 to 41.0.4

Bump cryptography from 41.0.3 to 41.0.4 #33

Workflow file for this run

---
name: Install
on:
pull_request:
push:
branches:
- master
defaults:
run:
working-directory: 'nephelaiio.i3'
jobs:
local:
name: Local install
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'nephelaiio.i3'
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install poetry
run: pip3 install poetry
- name: Run local install
run: bash install.sh