Skip to content

Commit 839ed97

Browse files
committed
Fixing python version
1 parent eca770d commit 839ed97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
mkdir tmp
3333
cd tmp
34-
python -c "import ansys.api.mapdl.v0; print('Sucessfully imported ansys.api.mapdl.v0')"
34+
python -c "import ansys.api.mapdl.v0; print('Successfully imported ansys.api.mapdl.v0')"
3535
python -c "from ansys.api.mapdl import __version__; print(__version__)"
3636
- name: Upload packages
3737
uses: actions/upload-artifact@v2
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v2
5050
with:
51-
python-version: 3.10
51+
python-version: 3.9
5252

5353
- uses: actions/download-artifact@v2
5454

0 commit comments

Comments
 (0)