This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Merge pull request #9 from nephelaiio/dependabot/pip/cryptography-41.0.4 #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |