Skip to content

Commit

Permalink
Update ci-testing.yml (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Nov 23, 2023
1 parent e6f32b4 commit 64f9f96
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest bug https://github.com/ultralytics/yolov5/pull/9049
python-version: ['3.10']
python-version: ['3.11']
model: [yolov5n]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -49,15 +49,7 @@ jobs:
shell: bash # for Windows compatibility
- name: Check environment
run: |
python -c "import utils; utils.notebook_init()"
echo "RUNNER_OS is ${{ runner.os }}"
echo "GITHUB_EVENT_NAME is ${{ github.event_name }}"
echo "GITHUB_WORKFLOW is ${{ github.workflow }}"
echo "GITHUB_ACTOR is ${{ github.actor }}"
echo "GITHUB_REPOSITORY is ${{ github.repository }}"
echo "GITHUB_REPOSITORY_OWNER is ${{ github.repository_owner }}"
python --version
pip --version
yolo checks
pip list
- name: Test detection
shell: bash # for Windows compatibility
Expand Down

0 comments on commit 64f9f96

Please sign in to comment.