Skip to content

Commit

Permalink
Update self.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena authored Aug 5, 2024
1 parent 81a0be1 commit 4e4b6e0
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 4e4b6e0

Please sign in to comment.