Skip to content

Commit

Permalink
fix version not changing in envs
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 25, 2024
1 parent e215060 commit b57c0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for version in "${PYTHON_VERSIONS[@]}"; do
echo "Processing Python $version"

# Create virtual environment
python3 -m venv env_$version
python$version -m venv env_$version
source env_$version/bin/activate

# Ensure pip is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8 # Any default version for running the script
python-version: 3.12

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b57c0da

Please sign in to comment.