Skip to content

Commit

Permalink
activate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SajidAlamQB committed Aug 14, 2023
1 parent 0a01b75 commit 6aed3d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
auto-update-conda: true
python-version: ${{matrix.python-version}}
- name: Activate conda environment
run: |
source $(conda info --base)/etc/profile.d/conda.sh
conda activate base
- name: Cache python packages for Linux
if: matrix.os == 'ubuntu-latest'
uses: actions/cache@v3
Expand Down

0 comments on commit 6aed3d6

Please sign in to comment.