Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Jun 22, 2024
1 parent fb7b88d commit acec1ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy_to_pypi.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/format_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'

- name: Install Black and Flake8
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Run Black
run: black -S .

- name: Check for changes after Black
- name: Check for changes after Black
id: git_status
run: |
git config --global user.name 'github-actions[bot]'
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/tests.yaml

This file was deleted.

0 comments on commit acec1ee

Please sign in to comment.