Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Aug 30, 2024
1 parent c13cd11 commit 1d01c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
source ~/conda/etc/profile.d/conda.sh &&
conda activate base &&
pyver=${{ matrix.python }} &&
sed -i -E "s/python=3\.[[:digit:]]+.*/python=${pyver}/" ./config/default ./config/binary packages_conda.txt &&
cat ./config/default/packages_conda.txt &&
sed -i -E "s/python=3\.[[:digit:]]+.*/python=${pyver}/" ./config/${{ matrix.config }}/packages_conda.txt &&
cat ./config/${{ matrix.config }}/packages_conda.txt &&
./soconda.sh -e soconda -v CI -c ${{ matrix.config }}
- name: Run Tests
Expand Down

0 comments on commit 1d01c08

Please sign in to comment.