Skip to content

Commit

Permalink
run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
trincaog committed Jan 2, 2024
1 parent fa2cd46 commit c56cacf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: List files
id: list_files
- name: Set environment variables
id: set_env_variables
run: |
echo PYTHONPATH $PYTHONPATH
echo ---
ls -l
echo ---
ls -l magiccube
echo ---
echo "PYTHONPATH=."" >> "$GITHUB_ENV"
- name: Extract tag name
id: tag
Expand Down

0 comments on commit c56cacf

Please sign in to comment.