Skip to content

Commit

Permalink
Update dispatch for Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Aug 16, 2024
1 parent 47b9bff commit 0920a1e
Showing 1 changed file with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ on:
- 'setup.py'
- 'pyproject.toml'
branches: [master]
pull_request:
paths:
- '.github/workflows/**'
- 'include/**'
- 'scripts/**'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'setup.py'
- 'pyproject.toml'
release:
types: [published]

Expand Down Expand Up @@ -120,14 +130,14 @@ jobs:
ls -l ./dist/*.whl
# Test
# - name: Install wheel
# shell: bash
# run: |
# python -m pip install $(ls dist/vizdoom-*.whl)[test]

# - name: Test
# run: |
# python -m pytest tests
- name: Install wheel
shell: bash
run: |
python -m pip install $(ls dist/vizdoom-*.whl)[test]
- name: Test
run: |
python -m pytest tests
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0920a1e

Please sign in to comment.