Skip to content

Commit

Permalink
pin python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Jun 9, 2022
1 parent 5a406ab commit 96fbaea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Install environment
run: |
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 > jq
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- defaults

dependencies:
- python 3.8.*
- python 3.10.*
- defusedxml
- requests
- flask

0 comments on commit 96fbaea

Please sign in to comment.