Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraMekki0 authored Dec 23, 2024
1 parent 7d28f6d commit 6fc05d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Setup Conda for Ubuntu and Mac
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 6fc05d0

Please sign in to comment.