Skip to content

Commit

Permalink
Update simple test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG authored Aug 26, 2024
1 parent 93672b2 commit ecca68d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: ["windows-latest", "ubuntu-latest", "macos-13"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -33,8 +33,7 @@ jobs:
cd .githubtest
python test_simple.py
- name: Archive wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-wheels
path: |
dist/*.whl
path: dist/*.whl

0 comments on commit ecca68d

Please sign in to comment.