Skip to content

Commit

Permalink
Update self.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Aug 5, 2024
1 parent ff22675 commit e59c02b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.9','3.10','3.11','3.12']
container: python:${{ matrix.python-version }}

steps:
- uses: actions/checkout@v4

- name: ip
run: curl https://api.ipify.org
- name: set path
run: |
echo "/github/home/.local/bin" >> $GITHUB_PATH
- name: Install python dependencies
run: |
Expand Down

0 comments on commit e59c02b

Please sign in to comment.