Skip to content

Commit

Permalink
fixing deploy workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
paudetseis committed Jan 30, 2025
1 parent c0d490c commit 33c965b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# - uses: actions/setup-python@v5
# with:
# python-version: matrix.python-version
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
Expand Down

0 comments on commit 33c965b

Please sign in to comment.