Skip to content

Commit 24d722a

Browse files
committed
fix rlang version
1 parent 11c1758 commit 24d722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
conda update --all --yes
3333
conda config --set always_yes yes --set changeps1 no
3434
conda info -a
35-
conda install -c conda-forge r-xfun=0.27 r-rlang=1.0.6 r-extrafont
35+
conda install -c conda-forge r-xfun=0.27 r-rlang=1.1.0 r-extrafont
3636
conda install -c conda-forge r-base=4.1.1 r-rmarkdown=2.13 r-ggplot2=3.3.5 r-plotly=4.10.0 pandoc=2.17.1.1
3737
conda install -c conda-forge regex
3838
pip install pycodestyle

0 commit comments

Comments
 (0)