Skip to content

Commit

Permalink
Removes Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 18, 2023
1 parent 244be98 commit 4f74b4f
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 1,873 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
name: Tests
on: [push, pull_request]
jobs:
test-py:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
uses: abatilo/[email protected]
with:
python_version: 3.9
poetry_version: 1.1.12
args: install
- uses: actions/checkout@v2
- name: Run tests
uses: abatilo/actions-poetry@v1.5.0
uses: actions-rs/cargo@v1
with:
python_version: 3.9
poetry_version: 1.1.12
args: run pytest
test-rs:
command: clippy
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
*.pyc
.coverage
.env
.mypy_cache/
.tox/
__pycache__/
createnv.egg-info/
dist/
htmlcov/
target/
10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions createnv/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions createnv/cli.py

This file was deleted.

84 changes: 0 additions & 84 deletions createnv/config.py

This file was deleted.

Empty file removed createnv/echo.py
Empty file.
50 changes: 0 additions & 50 deletions createnv/generator.py

This file was deleted.

Loading

0 comments on commit 4f74b4f

Please sign in to comment.