Skip to content

Commit

Permalink
Update test dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraMekki0 authored Dec 23, 2024
1 parent 6fc05d0 commit cce68b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 cce68b3

Please sign in to comment.