Update python-package-conda.yml

This commit is contained in:
myhloli
2024-02-29 18:31:38 +08:00
committed by GitHub
parent 1059a68b18
commit 5763adb275

View File

@@ -9,9 +9,9 @@ jobs:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Add conda to system path