Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raviapatel authored Jan 20, 2025
1 parent 29adce1 commit d59ba8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
python-version: ['3.8']

steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v4 # Updated to v4 (Node.js 20 support)

- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3 # Updated to v3 (Node.js 20 support)
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s tests
python -m unittest discover -s tests

0 comments on commit d59ba8e

Please sign in to comment.