Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
馃悰 setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 12, 2021
1 parent 7602811 commit b311d76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/setup_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
python-version: '3.x'
python-version: '3.8'
architecture: 'x64'

- name: install requirements
run: pip install -r requirements.txt

- name: install pincer
run: pip install -e .

- name: generate setup.cfg
run: python -m setup_config.generator
run: python -u setup_config/generator.py

- name: setup git
run: |
Expand Down

0 comments on commit b311d76

Please sign in to comment.